Sets the state of bitrate emulation flag.
BOOL FtVspcSetBitrateEmulation( FTVSPCHANDLE hPort, BOOL bBitrateEmulation );
hPort
[in] Port handle. Refer to FtVspcAttach.
bBitrateEmulation
[in] The new state of bitrate emulation flag.
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. |