SerialPort.ParityReplace プロパティ

定義

パリティ エラーの発生時に、データ ストリーム内の無効なバイトを置き換えるバイトを取得または設定します。

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

プロパティ値

無効なバイトを置き換えるバイト。

属性

例外

ポートが無効状態です。

- または -

基本ポートの状態を設定しようとしましたが失敗しました。 たとえば、この SerialPort オブジェクトから渡されたパラメーターが無効であるなどです。

注釈

値が null 文字に設定されている場合、パリティ置換は無効になります。

適用対象