SerialStopBits Property
Gets or sets the number of stop bits used on the serial link
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
public SerialStopBits StopBits { get; set; }
Public Property StopBits As SerialStopBits
Get
Set
public:
virtual property SerialStopBits StopBits {
SerialStopBits get () sealed;
void set (SerialStopBits value) sealed;
}
SerialStopBitsthe number of stop bits used on the serial link, default 1
SerialStopBitsOne of the SerialStopBits enumeration values