Parity Property

Specifies if parity checking is enabled. If TRUE, parity checking is performed and errors are reported

Access

Read/Write

Syntax

Visual Basic
Parity As ParityConstants
Visual C++ (MFC)
ParityConstants get_Parity(); 
void put_Parity(ParityConstants value);   
Visual C++ (#import)
ParityConstants Parity;

Return Value

One of FTSPCParity values.

Errors

The property may throw exception. Use GetLastError method to get the error code.