Enum Parity
Specifies the parity bit for a SerialPort object.
Namespace: System.IO.Ports
Assembly: System.IO.Ports.dll
Syntax
public enum Parity
Fields
Name | Description |
---|---|
Even | Sets the parity bit so that the count of bits set is an even number. |
None | No parity check occurs. |
Odd | Sets the parity bit so that the count of bits set is an odd number. |