int GetStatus(string)

Gets general device status

Security

Trust Level Required: Full Trust

Parameters

Name Description
deviceName string
The name of the device.

Return

The device status bits from the KioDeviceStatus object.

Remarks

The device status is represented by the Status Bits field of the KioDeviceStatus object.
Click here to see devices that are compatible with KioWare for Windows.

Examples


if(KioDevice.GetStatus('devName') != 0) alert(devName + 'is not reporting ok');
    

Requirements

KioWare for Windows version 8.3 or greater.