Retrieves the state of Parity error.
BOOL FtVspcGetParity( FTVSPCHANDLE hPort, BOOL *lpbParity );
hPort
[in] Port handle. Refer to FtVspcAttach.
lpbParity
[out] A pointer to the variable where the state of Parity error is returned.
If the function succeeds, the return value is nonzero. Use FtVspcGetLastError to get the error code (FtVspc_ErrorCode).
| ftvspcErrorFailed | 1 | The operation has not been completed. |
|---|---|---|
| ftvspcErrorInvalidParameter | 2 | Invalid parameter. |