Reflection
ReceivePacing Property (IConnectionSettingsComSerialPort)


Gets or sets the type of flow control to use for receiving data from the host.
Syntax
'Declaration
 
Property ReceivePacing As ReceivePacingOption
'Usage
 
Dim instance As IConnectionSettingsComSerialPort
Dim value As ReceivePacingOption
 
instance.ReceivePacing = value
 
value = instance.ReceivePacing
ReceivePacingOption ReceivePacing {get; set;}

Property Value

The available settings are None, Hardware, and XonXoff (the default). These settings are defined in Attachmate.Reflection.Emulation.OpenSystems.ReceivePacingOption. This value can be changed during an open connection.
See Also