SerialDevice.DataBits 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳輸或接收之每個字元值中的資料位數目,不包含同位位或停止位。
public:
property unsigned short DataBits { unsigned short get(); void set(unsigned short value); };
uint16_t DataBits();
void DataBits(uint16_t value);
public ushort DataBits { get; set; }
var uInt16 = serialDevice.dataBits;
serialDevice.dataBits = uInt16;
Public Property DataBits As UShort
屬性值
傳輸或接收之每個字元值中的資料位數目。
備註
DataBits 會對應至SERIAL_LINE_CONTROL結構的WordLength成員。