Verastream SDK .Net Reference
UTS_DEVICESTATUS_OFFLINE Property



"Offline" sub-status of UTS_DEVICESTATUS notifying host of the status of the local UTS device.
Syntax
'Declaration
 
Public ReadOnly Property UTS_DEVICESTATUS_OFFLINE As Integer
'Usage
 
Dim instance As ScreenUPG
Dim value As Integer
 
value = instance.UTS_DEVICESTATUS_OFFLINE
public int UTS_DEVICESTATUS_OFFLINE {get;}
public:
property int UTS_DEVICESTATUS_OFFLINE {
   int get();
}
Remarks
Status of device is first byte of SendStatus detail byte array.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also