FTSPCParity Enumeration
ftspcParityNone | 0 | No parity check occurs. |
---|---|---|
ftspcParityOdd | 1 | Sets the parity bit so that the count of bits set is an odd number. |
ftspcParityEven | 2 | Sets the parity bit so that the count of bits set is an even number. |
ftspcParityMark | 3 | Leaves the parity bit set to 1. |
ftspcParitySpace | 4 | Leaves the parity bit set to 0. |