Your browser does not allow scripts
Please click here to view a static table of contents without scripts
FT_SetChars
Return to Introduction  Previous page  Next page
This function sets the special characters for the device.

FT_STATUS
FT_SetChars
(FT_HANDLE ftHandle, UCHAR uEventCh, UCHAR uEventChEn, UCHAR uErrorCh, UCHAR uErrorChEn)




Parameters
ftHandle
Handle of the device.
uEventCh
Event character.
uEventChEn
0 if event character disabled, non-zero otherwise.
uErrorCh
Error character.
uErrorChEn
0 if error character disabled, non-zero otherwise.




Return Value
FT_OK if successful, otherwise the return value is an FT error code.