Options
All
  • Public
  • Public/Protected
  • All
Menu

Specifies the parity bit.

Index

Enumeration Members

Enumeration Members

Even: 2

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

Mark: 3

Leaves the parity bit set to 1.

None: 0

No parity check occurs.

Odd: 1

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

Space: 4

Leaves the parity bit set to 0.