-
9. Mifare Reader Library
This library “MifareDll.dll” is used to control Mifare reader on MR650.
Please download the sample program from below link.
http://w3.tw.ute.com/pub/cs/software/Sample_Program/MR650/MifareDemo.zip
9.1. Connect to Mifare Reader
Function Description:
To create a connection with the reader before control it.
Function call:
int Mifare_Connect ();
Parameters:
None.
Return code:
Please refer to chapter 10.21.
9.2. Disconnect with Mifare Reader
Function Description:
Close the connection with reader.
Function call:
int Mifare_Disconnect ();
Parameters:
None.
Return code:
Please refer to chapter 10.21.
9.3. Check the connection with Mifare Reader
Function Description:
To check the connection with Mifare reader.
Function call:
BOOL Mifare_IsConnect ();
Parameters:
None.
Return code:
TRUE:
Connected.
FALSE:
Disconnected
9.4. Firmware Version
Function Description:
To get the firmware version of the reader.
Function call:
int Mifare_FirmwareVersion (char *szVersion, int *nLen);
Parameters:
szVersion:
[Out]
Point to the buffer that receive the version number.
nLen:
[In]
The size of the parameter szVersion.
[Out]
Return the data length of szVersion.
Return code:
Please refer to chapter 10.21.
Содержание MR650
Страница 1: ...MR650 Programming Manual V 1 12 1 16 2008 ...
Страница 7: ... 7 13 FUNCTION KEY SETTING ON REGISTRY 65 14 UPDATE NOTES 66 ...
Страница 16: ... it is for internal use send messages ...
Страница 33: ... Be aware to release handles when program ends ...