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


In This Topic
    XoffTimeout Property (IConnectionSettingsModem)
    In This Topic
    The length of time (in seconds) to wait after sending data before InfoConnect 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
    int XoffTimeout {get; set;}

    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