ScreenUPG
HOST_STATUS_HOSTLOST Property



Sub-status of HOST_STATUS indicating INT-1 host connection has broken.
Syntax
'Declaration
 
Public ReadOnly Property HOST_STATUS_HOSTLOST As Integer
'Usage
 
Dim instance As ScreenUPG 
Dim value As Integer 
  
value = instance.HOST_STATUS_HOSTLOST
public int HOST_STATUS_HOSTLOST {get;}
public: 
property int HOST_STATUS_HOSTLOST { 
   int get(); 
}
Remarks
Sub-status is first byte of onStatusReceived 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

Reference

ScreenUPG Class
ScreenUPG Members
HOST_STATUS Property
HOST_STATUS_HOSTACTIVE Property
HOST_STATUS_HOSTINACTIVE Property
onStatusReceived Event