ST Expansion SW Team / RFAL

Dependents:   mbed-os-nfc05a1

Embed: (wiki syntax)

« Back to documentation index

rfalIsoDepApduBufFormat Struct Reference

rfalIsoDepApduBufFormat Struct Reference
[ISO-DEP]

#include <rfal_isoDep.h>

Data Fields

uint8_t prologue [RFAL_ISODEP_PROLOGUE_SIZE]
uint8_t apdu [RFAL_ISODEP_APDU_MAX_LEN]

Detailed Description

Structure of APDU Buffer format from caller

Definition at line 326 of file rfal_isoDep.h.


Field Documentation

uint8_t apdu[RFAL_ISODEP_APDU_MAX_LEN]

APDU/Payload buffer

Definition at line 329 of file rfal_isoDep.h.

uint8_t prologue[RFAL_ISODEP_PROLOGUE_SIZE]

Prologue/SoD buffer

Definition at line 328 of file rfal_isoDep.h.