NXP NFC Reader Library  v4.040.05.011646
phNfcLib_MFC Struct Reference

Defines parameters that needs be provided by User to communicate with MIFare Classic card. More...

Data Fields

phNfcLib_MFC_Commands_t bCommand
 [In] Mifare Classic command needs to be provided. More...
 
uint8_t bBlockNumber
 [In] Block number on which Mifare Classic command to be executed. More...
 
uint8_t bKeyType
 [In] Key Type used to Authenticate Mifare Classic. More...
 
uint8_t bKeyNumber
 [In] Key Number from Sw KeyStore to be fetched to Authenticate Mifare Classic. More...
 
uint8_t bKeyVersion
 [In] Key version from Sw KeyStore to be retrieved to Authenticate Mifare Classic. More...
 
uint8_t bUidType
 [In] UID Type used to Personalize the MFC card. More...
 

Detailed Description

Defines parameters that needs be provided by User to communicate with MIFare Classic card.

Field Documentation

§ bCommand

phNfcLib_MFC_Commands_t phNfcLib_MFC::bCommand

[In] Mifare Classic command needs to be provided.

§ bBlockNumber

uint8_t phNfcLib_MFC::bBlockNumber

[In] Block number on which Mifare Classic command to be executed.

§ bKeyType

uint8_t phNfcLib_MFC::bKeyType

[In] Key Type used to Authenticate Mifare Classic.

Takes either PHHAL_HW_MFC_KEYA or PHHAL_HW_MFC_KEYB.

§ bKeyNumber

uint8_t phNfcLib_MFC::bKeyNumber

[In] Key Number from Sw KeyStore to be fetched to Authenticate Mifare Classic.

§ bKeyVersion

uint8_t phNfcLib_MFC::bKeyVersion

[In] Key version from Sw KeyStore to be retrieved to Authenticate Mifare Classic.

§ bUidType

uint8_t phNfcLib_MFC::bUidType

[In] UID Type used to Personalize the MFC card.

Refer nfc_lib_mfc_uid_type


The documentation for this struct was generated from the following file: