InfoConnect for Unisys
XoffRepeat Property (IConnectionSettingsModem)


The number of characters that InfoConnect accepts after receiving an XOFF and before sending another XOFF.
Syntax
'Declaration
 
Property XoffRepeat As Integer
'Usage
 
Dim instance As IConnectionSettingsModem
Dim value As Integer
 
instance.XoffRepeat = value
 
value = instance.XoffRepeat
int XoffRepeat {get; set;}

Property Value

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