-
12 RH767 UHF Reader for Kitty
This library “RFID18K6CReader.dll” is used to control new RH767 RFID Reader. Please get
it from below URL.
http://w3.adc.unitech.com.tw/pub/cs/SDK/RH767/Kitty_SDK.zip
12.1 Kitty RFID Reader API Reference
To Build the project copy all header file and RFID186KCReader.lib to you project folder, and then
include rfidstruct.h and RFID18K6CReaderAPI.h to your project.
Steps of how to use RFID reader interface :
1.Initialize the RFID reader interface
2.Open an RFID reader for control
3.Configure RFID reader
such as Operation mode, response data mode, reader's power
state, etc.
4.Configure and enable Antenna
5.Execute Tag Access
such as inventory, read, write, etc.
6.Close the RFID reader
7.Shut down the RFID reader interface.
Note : Before the RFID Reader interface can be used, it must be explicitly initialized. And it must be
properly shuts down before an application exits in order to release any internally-held resources.
If an application fails to shut down the RFID Reader interface, the RFID Reader interface will not be
available for other applications, it may necessary to reset the RFID Reader module and/or reboot the
device.
12.2 Interface Management
12.2.1 Initializing the RFID Reader Interface
Description:
Allows the RFID Reader Interface to properly initialize any internal data structures and put
itself into a well-known ready state. This function must be called before any other RFID
Reader Interface function.
Function Call:
RFID_STATUS RFIDCreate(
char
*pszVer);
Parameters:
pszVer - A pointer to a character string, contains the version of the RFID Reader Interface.
Returns:
RFID_STATUS.
12.2.2 Shutting Down the RFID Reader Interface
Description:
Allows the RFID Reader Interface to properly clean up any internally-held resources. To
prevent resource leaks, an application must ensure that RFID Reader is shut down before the
application exits
Function Call:
RFID_STATUS RFIDDestroy();
Returns:
RFID_STATUS.