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


In This Topic
    LineDelay Property (IConnectionSettingsModem)
    In This Topic
    Time delay (in tenths of a second) between lines.
    Syntax
    'Declaration
     
    
    Property LineDelay As Integer
    'Usage
     
    
    Dim instance As IConnectionSettingsModem
    Dim value As Integer
     
    instance.LineDelay = value
     
    value = instance.LineDelay
    int LineDelay {get; set;}

    Property Value

    The default value is 0. The range of values is 0 - 255 (tenths of a second). This value can be changed during an open connection.
    See Also