Verastream SDK .Net Reference
UTS_DEVICESTATUS_THRU Property



"Thru" sub-status of UTS_DEVICESTATUS notifying host of the status of the local UTS device.
Syntax
'Declaration
 
Public ReadOnly Property UTS_DEVICESTATUS_THRU As Integer
'Usage
 
Dim instance As ScreenUPG
Dim value As Integer
 
value = instance.UTS_DEVICESTATUS_THRU
public int UTS_DEVICESTATUS_THRU {get;}
public:
property int UTS_DEVICESTATUS_THRU {
   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