SerialStopBitCount SerialStopBitCount SerialStopBitCount SerialStopBitCount Enum

Definition

Defines values that indicate the number of stop bits used in a transmission. The values are used by the StopBits property on the SerialDevice object.

public : enum class SerialStopBitCountpublic enum SerialStopBitCountPublic Enum SerialStopBitCount// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

One One One One

One stop bit is used.

OnePointFive OnePointFive OnePointFive OnePointFive

1.5 stop bits are used.

Two Two Two Two

Two stop bits are used.