SerialParity Property

Gets or sets the type of parity check used over the serial link

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
public SerialParity Parity { get; set; }

Property Value

SerialParity
The type of parity check used over the serial link, default none

Return Value

SerialParity
One of the SerialParity enumeration values

See Also