InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsModem Interface / XoffRepeat Property


In This Topic
    XoffRepeat Property (IConnectionSettingsModem)
    In This Topic
    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
    Thrown if the set parameter is outside the range of valid values.
    See Also