KioDevice Class
Functions
| Type | Signature |
| string |
GetData(string deviceName)
Gets current device data for deviceName. |
| int |
GetStatus(string deviceName = null)
Gets general device status. |
| KioDeviceStatus |
GetStatusEx(string deviceName)
Gets general device status. |
| string |
GetIdInfo(string deviceName)
Returns the device id information (usually the serial number). |
| void |
SetIdInfo(string deviceName, string idValue)
Sets the device id information (usually the serial number). |
Related Types
| Type | Signature |
| Class |
DeviceData
A generic data storage and transfer class. |