KioXTremePowerUPS Class

This class provides a communication layer for the J60 UPS by Xtreme Power.

Functions

Type Signature
int SendRawCommand(string cmd, string callbackName = null, string devName = null)
Queues up a command for execution.
string GetStatusEx(string devName = null)
Gets detailed status information.

Page Callbacks

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

Related Types

Type Signature
Class StatusObj
Provides information related to status of the device.