NXP NFC Reader Library  v4.040.05.011646
phNfcLib_I15693 Struct Reference

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...
 

Detailed Description

Defines parameters that needs be provided by User to communicate with ISO 15693 card.

Field Documentation

§ bCommand

phNfcLib_I15693_Commands_t phNfcLib_I15693::bCommand

[In] ISO-IEC 15693-3 command needs to be provided.

§ bOption

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.

§ bAfi

uint8_t phNfcLib_I15693::bAfi

[In] Application family identifier.

§ bDsfid

uint8_t phNfcLib_I15693::bDsfid

[In] Data storage format identifier.

§ wBlockNumber

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.

§ wNumBlocks

uint16_t phNfcLib_I15693::wNumBlocks

[In] Number of blocks on which command like ReadMultiple/WriteMultiple blocks command to be executed.


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