共用方式為


SerialStopBitCount 列舉

定義

定義值,指出傳輸中使用的停止位數目。 StopBits屬性會使用SerialDevice物件上的值。

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

使用兩個停止位元。

適用於