uFCoder 2.58
Loading...
Searching...
No Matches
Miscellaneous

Functions

UFR_STATUS DL_API ReadTTStatusM (UFR_HANDLE hndUFR, OUT uint8_t *tt_message, VAR uint8_t *tt_status)
 
UFR_STATUS DL_API CheckUidChangeableM (UFR_HANDLE hndUFR)
 
UFR_STATUS DL_API ReaderRfResetM (UFR_HANDLE hndUFR)
 
UFR_STATUS DL_API ReaderRfOnM (UFR_HANDLE hndUFR)
 
UFR_STATUS DL_API ReaderRfOffM (UFR_HANDLE hndUFR)
 

Detailed Description

Function Documentation

◆ ReadTTStatusM()

UFR_STATUS DL_API ReadTTStatusM ( UFR_HANDLE hndUFR,
OUT uint8_t * tt_message,
VAR uint8_t * tt_status )

Multi reader support. From library version 5.0.59 and firmware version 5.0.60 Function provides the information about the tag tamper status which is detected when the NTAG 213 TT is powered by an RF field.

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

◆ CheckUidChangeableM()

UFR_STATUS DL_API CheckUidChangeableM ( UFR_HANDLE hndUFR)

Multi reader support. Function tries to change the UID on the card. 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

◆ ReaderRfResetM()

UFR_STATUS DL_API ReaderRfResetM ( UFR_HANDLE hndUFR)

Multi reader support. Function reset RF field at the reader. The RF field will be off, and then on after 50ms.

Parameters
hndUFRhandle of the uFR device
Returns
Operation status

◆ ReaderRfOnM()

UFR_STATUS DL_API ReaderRfOnM ( UFR_HANDLE hndUFR)

Multi reader support. From library version 5.0.48, and firmware version 5.0.51. Function switch on RF field at the reader. For proper functionality the reader must be in the multi card mode.

Parameters
hndUFRhandle of the uFR device
Returns
Operation status

◆ ReaderRfOffM()

UFR_STATUS DL_API ReaderRfOffM ( UFR_HANDLE hndUFR)

Multi reader support. From library version 5.0.48, and firmware version 5.0.51. Function switch off RF field at the reader. 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