Enum SerialPortParity
Specifies the parity bit.
Namespace: Neodynamic.SDK.Web
Assembly: cs.temp.dll.dll
Syntax
public enum SerialPortParity
Fields
Name | Description |
---|---|
Even | Sets the parity bit so that the count of bits set is an even number. |
Mark | Leaves the parity bit set to 1. |
None | No parity check occurs. |
Odd | Sets the parity bit so that the count of bits set is an odd number. |
Space | Leaves the parity bit set to 0. |