SerialStopBitCount 枚举

定义

定义指示传输中使用的停止位数的值。 这些值由 SerialDevice 对象上的 StopBits 属性使用。

public enum class SerialStopBitCount
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class SerialStopBitCount
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum SerialStopBitCount
var value = Windows.Devices.SerialCommunication.SerialStopBitCount.one
Public Enum SerialStopBitCount
继承
SerialStopBitCount
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

字段

One 0

使用一个停止位。

OnePointFive 1

使用 1.5 个停止位。

Two 2

使用两个停止位。

适用于