InfoConnect for Airlines
StopBits Property (IConnectionSettingsModem)


The number of stop bits that follow each character during data transmission.
Syntax
'Declaration
 
Property StopBits As StopBitsOption
'Usage
 
Dim instance As IConnectionSettingsModem
Dim value As StopBitsOption
 
instance.StopBits = value
 
value = instance.StopBits
StopBitsOption StopBits {get; set;}

Property Value

The available settings are One and Two. These settings are defined in Attachmate.Reflection.Emulation.OpenSystems.StopBitsOption. The default value is One. This value can be changed during an open connection.
See Also