Table of Contents

Enum Parity

Namespace
System.IO.Ports
Assembly
System.IO.Ports.dll

Specifies the parity bit for a SerialPort object.

public enum Parity

Fields

Even = 2

Sets the parity bit so that the count of bits set is an even number.

None = 0

No parity check occurs.

Odd = 1

Sets the parity bit so that the count of bits set is an odd number.