OmronHVCInfo GetDeviceInfo(string)

Returns information about an Omron HVC device.

Parameters

Name Description
deviceName (Optional) string
The name of the device to perform an operation on.

Security

Trust Level Required: High Trust

Return

Returns a new JSON OmronHVCInfo object with the device information.

Examples


var obj = KioOmronHVC.GetDeviceInfo();
alert (obj.Model);

Requirements

KioWare for Windows version 8.16 or greater.