NXP Reader Library  v17.1.0.2535
Commands_OriginalityCheck

These Components implement the MIFARE Identity Originality Check functions. More...

Collaboration diagram for Commands_OriginalityCheck:

Functions

phStatus_t phalMfIdentity_ReadSign (void *pDataParams, uint8_t bAddr, uint8_t **pSignature)
 Performs the originality check to verify the genuineness of chip. More...
 

Detailed Description

These Components implement the MIFARE Identity Originality Check functions.

Function Documentation

◆ phalMfIdentity_ReadSign()

phStatus_t phalMfIdentity_ReadSign ( void *  pDataParams,
uint8_t  bAddr,
uint8_t **  pSignature 
)

Performs the originality check to verify the genuineness of chip.

Returns
Status code
Return values
PH_ERR_SUCCESSOperation successful.
OtherDepending on implementation and underlying component.
Parameters
[in]pDataParams[In] Pointer to this layer's parameter structure.
[in]bAddr[In] Value is always 00. Present for forward compatibility reasons
[out]pSignature[Out] The plain 56 bytes originality signature of the PICC.