KioDevice Class
KioDevice provides a web page an interface with KioWare supported devices. It can be used to monitor the status and access information about configured devices.The devices must be added in the Devices section of the Configuration Tool.
Functions
Type | Signature |
string |
GetData(string)
Gets current device data for the specified device |
int |
GetStatus(string)
Gets general device status |
KioDeviceStatus |
GetStatusEx(string)
Gets general device status |
string |
GetIdInfo(string)
Returns the device id information (usually the serial number) |
void |
SetIdInfo(string, string)
Sets the device id information (usually the serial number) |