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


XoffRepeat Property (IConnectionSettingsComSerialPort)
Specifies the number of characters that Reflection accepts after receiving an XOFF and before sending another XOFF.
Syntax
'Declaration
 
Property XoffRepeat As Integer
 
'Usage
 
Dim instance As IConnectionSettingsComSerialPort
Dim value As Integer
 
instance.XoffRepeat = value
 
value = instance.XoffRepeat

Property Value

The default value is 32. 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