uFCoder 2.58
Loading...
Searching...
No Matches
Card/tag commands

Topics

 General purpose card related commands
 
 Mifare Classic specific commands
 
 NDEF related commands
 
 NTAG2XX (Type 2) related commands
 
 NT4H (Type 4) specific commands
 
 Mifare DESFire specific commands
 
 Mifare DESFire Light specific commands
 
 Mifare Plus specific commands
 
 Ultralight C specific commands
 
 Java Card Application (JCApp) specific commands
 
 Support for specific card features
 

Functions

UFR_STATUS DL_API GetMobileAdditionalDataM (UFR_HANDLE hndUFR, uint8_t data[32], uint32_t *len)
 

Detailed Description

/**

Function Documentation

◆ GetMobileAdditionalDataM()

UFR_STATUS DL_API GetMobileAdditionalDataM ( UFR_HANDLE hndUFR,
uint8_t data[32],
uint32_t * len )

Multi reader support. Function returns “mobile additional” data if the tag in the reader field is actually the selected HCE application in a mobile phone with the appropriate AID which can be set using the SetMobileUniqueIdAid() API. The indication that the HCE application in the mobile phone with the corresponding AID is actually selected is the card type code 0x60 (DL_MOBILE_AID) obtained by the previous call to the GetDlogicCardType() or GetCardIdEx() API.

Parameters
hndUFRhandle of the uFR device
data[32]Array of bytes that should have at least 32 bytes previously allocated.
lenPointer to the variable containing actual size of the data array before calling this function and after the successful execution contains size of the data returned by the reader (max. 32 bytes)
Returns
Operation status