SerialPort.ParityReplace 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定位元組,該位元組會在發生同位檢查錯誤時,取代資料流中的無效位元組。
public:
property System::Byte ParityReplace { System::Byte get(); void set(System::Byte value); };
public byte ParityReplace { get; set; }
[System.ComponentModel.Browsable(true)]
public byte ParityReplace { get; set; }
member this.ParityReplace : byte with get, set
[<System.ComponentModel.Browsable(true)>]
member this.ParityReplace : byte with get, set
Public Property ParityReplace As Byte
屬性值
取代無效位元組的位元組。
- 屬性
例外狀況
備註
如果值設定為 Null 字元,則會停用同位取代。