Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsComSerialPort Interface / XoffTimeout Property


XoffTimeout Property (IConnectionSettingsComSerialPort)
Specifies the length of time (in seconds) to wait after sending data and before Reflection 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

Property Value

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