SerialPort::ParityReplace Property
.NET Framework (current version)
Gets or sets the byte that replaces invalid bytes in a data stream when a parity error occurs.
Assembly: System (in System.dll)
public: [BrowsableAttribute(true)] property unsigned char ParityReplace { unsigned char get(); void set(unsigned char value); }
| Exception | Condition |
|---|---|
| IOException | The port is in an invalid state. - or - An attempt to set the state of the underlying port failed. For example, the parameters passed from this SerialPort object were invalid. |
If the value is set to the null character, parity replacement is disabled.
.NET Framework
Available since 2.0
Available since 2.0
Show: