Options
All
  • Public
  • Public/Protected
  • All
Menu

Specifies the parity bit.

Index

Enumeration members

Enumeration members

Even

Even: = 2

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

Mark

Mark: = 3

Leaves the parity bit set to 1.

None

None: = 0

No parity check occurs.

Odd

Odd: = 1

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

Space

Space: = 4

Leaves the parity bit set to 0.