InfoConnect for Airlines
TransmitPacing Property (IConnectionSettingsComSerialPort)


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