Skip to main content

Enum Parity

Specifies the parity bit for a SerialPort object.

Assembly: Meadow.Contracts.dll
View Source
public enum Parity

Fields

None

No parity check occurs.

View Source
None = 0

Odd

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

View Source
Odd = 1

Even

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

View Source
Even = 2