TwclSerialParity Enumeration

Specifies the parity scheme to be used.

Namespace: wclSerialClients
type
 TwclSerialParity = (
 spNo,
 spOdd,
 spEven,
 spMark,
 spSpace
 );

The TwclSerialParity type exposes the following members.

Show:
 NameDescription
spEven

Even parity.

spMark

Mark parity.

spNo

No parity.

spOdd

Odd parity.

spSpace

Space parity.

Top