-
12.5.17 Cancelling a Tag Operation
Description:
Stops a currently-executing tag operation on a RFID Reader.
Function Call:
RFID_STATUS RFIDCancelOperation ();
Parameters:
None
Returns:
RFID_STATUS
12.5.18 Aborting a Tag Operation
Description:
Terminate a tag operation immediately. Any response packet will be discarded.
Function Call:
RFID_STATUS RFIDAbortOperation ();
Parameters:
None
Returns:
RFID_STATUS
12.5.19 Clear RFID Reader Module’s Error State
Description:
Clear the error state for the RFID Reader module MAC firmware.
Function Call:
RFID_STATUS RFIDClearError ();
Parameters:
None
Returns:
RFID_STATUS
12.5.20 Ability of Hold or Discard the Duplicate Tags
Description:
Hold or discard the duplicate tags when inventory. Call this function before inventory.
Function Call:
RFID_STATUS RFIDEnableDuplicate(BOOL bEnable = TRUE);
Parameters:
bEnable – TRUE hold the duplicate tags.
FALSE discard the duplicate tags
Returns:
RFID_STATUS
12.6 Other APIs
12.6.1 Get RFID Reader’s Firmware Version
Description:
Get RFID Reader’s library and Firmware version.
Function Call:
RFID_STATUS RFID MacGetVersion(char *pszVer);
Parameters:
pszVer - Contains the RFID Reader's library and Firmware version.
Returns:
RFID_STATUS