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


In This Topic
    TransmitPacing Property (IConnectionSettingsModem)
    In This Topic
    Type of flow control to use for transmitting data to the host.
    Syntax
    'Declaration
     
    
    Property TransmitPacing As TransmitPacingOption
    'Usage
     
    
    Dim instance As IConnectionSettingsModem
    Dim value As TransmitPacingOption
     
    instance.TransmitPacing = value
     
    value = instance.TransmitPacing
    TransmitPacingOption TransmitPacing {get; set;}

    Property Value

    The default setting for VT, Unix and OpenVMS, and ReGIS Graphics emulation is XonXoff. This value can be changed during an open connection.
    Remarks
    The available settings are XonXoff, None, Hardware. These settings are defined in Attachmate.Reflection.Emulation.OpenSystems.TransmitPacingOption.
    See Also