FtVspcGetCts Function

Retrieves the state of CTS signal.

BOOL FtVspcGetCts(
	FTVSPCHANDLE hPort,
	BOOL* lpbCts 
	);

Parameters

hPort

[in] Port handle. Refer to FtVspcAttach.

lpbCts

[out] A pointer to the variable where the state of CTS signal is returned.

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, FtVspcSetCts