uFCoder 2.62
|
Functions | |
UFR_STATUS DL_API | CheckUidChangeableM (UFR_HANDLE hndUFR) |
Function tries to change the UID on the card. Multi reader support. On some cards (e.g. Magic Classic) changing UID is possible. If theed card is that type of card, then the function returns UFR_OK. | |
UFR_STATUS DL_API | GetAtqaSakM (UFR_HANDLE hndUFR, uint16_t *atqa, uint8_t *sak) |
Function returns ATQA and SAK (ISO 14443-3) of selected card. | |
UFR_STATUS DL_API | ReaderRfOffM (UFR_HANDLE hndUFR) |
Function switch off RF field at the reader. | |
UFR_STATUS DL_API | ReaderRfOnM (UFR_HANDLE hndUFR) |
Function switch on RF field at the reader. | |
UFR_STATUS DL_API | ReaderRfResetM (UFR_HANDLE hndUFR) |
Function reset RF field at the reader. The RF field will be off, and then on after 50ms. | |
UFR_STATUS DL_API | ReadTTStatusM (UFR_HANDLE hndUFR, OUT uint8_t *tt_message, VAR uint8_t *tt_status) |
Function provides the information about the tag tamper status which is detected when the NTAG 213 TT is powered by an RF field. | |
UFR_STATUS DL_API CheckUidChangeableM | ( | UFR_HANDLE | hndUFR | ) |
Function tries to change the UID on the card. Multi reader support. On some cards (e.g. Magic Classic) changing UID is possible. If theed card is that type of card, then the function returns UFR_OK.
hndUFR | handle of the uFR device |
UFR_STATUS DL_API GetAtqaSakM | ( | UFR_HANDLE | hndUFR, |
uint16_t * | atqa, | ||
uint8_t * | sak ) |
Function returns ATQA and SAK (ISO 14443-3) of selected card.
Multi reader support. From library version 5.0.36 and firmware version 5.0.37
hndUFR | handle of the uFR device |
atqa | pointer to variable which contain ATQA sak pointer to variable which contain SAK |
sak | pointer to variable which contain SAK |
UFR_STATUS DL_API ReaderRfOffM | ( | UFR_HANDLE | hndUFR | ) |
Function switch off RF field at the reader.
Multi reader support. From library version 5.0.48, and firmware version 5.0.51. For proper functionality the reader must be in the multi card mode. The RF field can be switched on by functions ReaderRfOn, EnumCards, or DisableAnticolision.
hndUFR | handle of the uFR device |
UFR_STATUS DL_API ReaderRfOnM | ( | UFR_HANDLE | hndUFR | ) |
Function switch on RF field at the reader.
For proper functionality the reader must be in the multi card mode. Multi reader support. From library version 5.0.48, and firmware version 5.0.51.
hndUFR | handle of the uFR device |
UFR_STATUS DL_API ReaderRfResetM | ( | UFR_HANDLE | hndUFR | ) |
Function reset RF field at the reader. The RF field will be off, and then on after 50ms.
Multi reader support.
hndUFR | handle of the uFR device |
UFR_STATUS DL_API ReadTTStatusM | ( | UFR_HANDLE | hndUFR, |
OUT uint8_t * | tt_message, | ||
VAR uint8_t * | tt_status ) |
Function provides the information about the tag tamper status which is detected when the NTAG 213 TT is powered by an RF field.
Multi reader support. From library version 5.0.59 and firmware version 5.0.60
hndUFR | handle of the uFR device |
tt_message | 4 byte Tag Tamper message. “0000” is returned, if the NTAG 213 TT has never detected the Tag Tamper as opened during the startup. If the NTAG 213 TT has once detected the tag tamper wire as opened, it returns the data which have been programmed in page 45 (TT_MESSAGE) |
tt_status | status of the tag tamper wire detected during startup. “C” if Tag Tamper was closed at current startup “O” if Tag Tamper was open at current startup “I” if Tag Tamper measurement was incorrect |