InfoConnect for Unisys
ReceivePacing Property (IConnectionSettingsModem)


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

Property Value

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