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


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

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