EnumPortSettingsParity simple type
Specifies the parity.
Content Type
Item | Facet value | Description |
---|---|---|
string restriction | ||
Enumeration | even | Sets the parity bit so that the count of bits set is an even number. |
Enumeration | mark | Leaves the parity bit set to 1. |
Enumeration | no | No parity check occurs. |
Enumeration | odd | Sets the parity bit so that the count of bits set is an odd number. |
Enumeration | space | Leaves the parity bit set to 0. |