uFCoder 2.62
Loading...
Searching...
No Matches
Miscellaneous

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.
 

Detailed Description

Function Documentation

◆ CheckUidChangeableM()

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.

Parameters
hndUFRhandle of the uFR device
Returns
Operation status

◆ GetAtqaSakM()

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

Parameters
hndUFRhandle of the uFR device
atqapointer to variable which contain ATQA sak pointer to variable which contain SAK
sakpointer to variable which contain SAK
Returns
Operation status

◆ ReaderRfOffM()

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.

Parameters
hndUFRhandle of the uFR device
Returns
Operation status

◆ ReaderRfOnM()

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.

Parameters
hndUFRhandle of the uFR device
Returns
Operation status

◆ ReaderRfResetM()

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.

Parameters
hndUFRhandle of the uFR device
Returns
Operation status

◆ ReadTTStatusM()

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

Parameters
hndUFRhandle of the uFR device
tt_message4 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_statusstatus 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
Returns
Operation status