feat(connector): add xpc commands

This commit is contained in:
Anthony Berg
2024-05-09 09:48:51 +01:00
parent 02d5ed8c35
commit 9fd9744f3a
2 changed files with 20 additions and 9 deletions

View File

@@ -74,6 +74,10 @@ class XPC {
return result
}
fun sendCOMM(dref: String) {
xpc.sendCOMM(dref)
}
fun getPOSI(): DoubleArray {
return xpc.getPOSI(0)
}