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


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

    Property Value

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