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


XoffTimeout Property (IConnectionSettingsModem)
The length of time (in seconds) to wait after sending data before Reflection sends an XOFF character.
Syntax
'Declaration
 
Property XoffTimeout As Integer
 
'Usage
 
Dim instance As IConnectionSettingsModem
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