InfoConnect for Airlines
XoffTimeout Property (IConnectionSettingsComSerialPort)


Specifies the length of time (in seconds) to wait after sending data and before InfoConnect sends an XOFF character.
Syntax
'Declaration
 
Property XoffTimeout As Integer
'Usage
 
Dim instance As IConnectionSettingsComSerialPort
Dim value As Integer
 
instance.XoffTimeout = value
 
value = instance.XoffTimeout
int XoffTimeout {get; set;}

Property Value

The default value is 10 seconds. The range is 0 - 9999. This value can be changed during an open connection.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException Thrown if the set parameter is outside the range of valid values.
See Also