Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsModem Interface / ReceivePacing Property


In This Topic
ReceivePacing Property (IConnectionSettingsModem)
In This Topic
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

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