InfoConnect for Unisys
SerialDeviceToHost Property


Gets or sets a value indicating whether data received from the currently configured serial device port is sent to the host.
Syntax
'Declaration
 
Property SerialDeviceToHost As Boolean
'Usage
 
Dim instance As ITerminal
Dim value As Boolean
 
instance.SerialDeviceToHost = value
 
value = instance.SerialDeviceToHost
bool SerialDeviceToHost {get; set;}

Property Value

The default is false.
Remarks
This property is usually set by the host application when it is required.
See Also