FtVspcSetOverrun Function
Sets the state of Overrun error.
BOOL FtVspcSetOverrun( FTVSPCHANDLE hPort, BOOL bOverrun );
Parameters
hPort
[in] Port handle. Refer to FtVspcAttach.
bOverrun
[in] The new state of Overrun error.
Return Value
If the function succeeds, the return value is nonzero. Use FtVspcGetLastError to get the error code (FtVspc_ErrorCode).
Errors
ftvspcErrorFailed | 1 | The operation has not been completed. |
---|---|---|
ftvspcErrorInvalidParameter | 2 | Invalid parameter. |