SerialParity Property
Gets or sets the type of parity check used over the serial link
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
public SerialParity Parity { get; set; }
Public Property Parity As SerialParity
Get
Set
public:
virtual property SerialParity Parity {
SerialParity get () sealed;
void set (SerialParity value) sealed;
}
SerialParityThe type of parity check used over the serial link, default none
SerialParityOne of the SerialParity enumeration values