FtVspcSetParity Function

Sets the state of Parity error.

BOOL FtVspcSetParity(
	FTVSPCHANDLE hPort,
	BOOL bParity 
	);

Parameters

hPort

[in] Port handle. Refer to FtVspcAttach.

bParity

[in] The new state of Parity error.

Return Value

If the function succeeds, the return value is TRUE. Otherwise, use FtVspcGetLastError to get the error code (FtVspc_ErrorCode).

Errors

ftvspcErrorFailed 1 The operation has not been completed.
ftvspcErrorInvalidParameter 2 Invalid parameter.

See Also

FtVspcAttach, FtVspcGetParity