NXP NFC Reader Library
v4.040.05.011646
|
Defines parameters that needs be provided by User to communicate with ISO 15693 card. More...
Data Fields | |
phNfcLib_I15693_Commands_t | bCommand |
[In] ISO-IEC 15693-3 command needs to be provided. More... | |
uint8_t | bOption |
[In] Option flag shall be set in Request flags. More... | |
uint8_t | bAfi |
[In] Application family identifier. More... | |
uint8_t | bDsfid |
[In] Data storage format identifier. More... | |
uint16_t | wBlockNumber |
[In] Block number on which ISO 15693-3 command to be executed. More... | |
uint16_t | wNumBlocks |
[In] Number of blocks on which command like ReadMultiple/WriteMultiple blocks command to be executed. More... | |
phNfcLib_I15693_Commands_t phNfcLib_I15693::bCommand |
[In] ISO-IEC 15693-3 command needs to be provided.
uint8_t phNfcLib_I15693::bOption |
[In] Option flag shall be set in Request flags.
Meaning is defined by each command description. For more info refer ISO-IEC 15693-3 Spec.
uint8_t phNfcLib_I15693::bAfi |
[In] Application family identifier.
uint8_t phNfcLib_I15693::bDsfid |
[In] Data storage format identifier.
uint16_t phNfcLib_I15693::wBlockNumber |
[In] Block number on which ISO 15693-3 command to be executed.
Optional commands block number is single byte. Only in case of Extended commands block number will be 2 bytes.
uint16_t phNfcLib_I15693::wNumBlocks |
[In] Number of blocks on which command like ReadMultiple/WriteMultiple blocks command to be executed.