KioRawCmdDevice Class

A generic class to interact with certain devices.

Functions

Type Signature
int GetStatus(string deviceName = null)
Gets general device status.
KioDeviceStatus GetStatusEx(string deviceName = null)
Gets general device status, along with details.
int64 AddCmd(string devName, string cmdHex, int timeoutMs = 0, bool hasResp = true, string callbackName = null)
Queues up a command for processing.
int64 AddCmdUtf8(string devName, string cmd, int timeoutMs = 0, bool hasResp = true, string callbackName = null)
Queues up a command for processing.

Page Callbacks

Type Signature
Callback OnKioDeviceCmdResult(devName, id, cmd, err, data)
Called in response to a command.