Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
rfalIsoDepApduTxRxParam Struct Reference
[ISO-DEP]
#include <rfal_isoDep.h>
Data Fields | |
rfalIsoDepApduBufFormat * | txBuf |
uint16_t | txBufLen |
rfalIsoDepApduBufFormat * | rxBuf |
uint16_t * | rxLen |
rfalIsoDepBufFormat * | tmpBuf |
uint32_t | FWT |
uint32_t | dFWT |
uint16_t | FSx |
uint16_t | ourFSx |
uint8_t | DID |
Detailed Description
Structure of parameters used on ISO DEP APDU Transceive
Definition at line 361 of file rfal_isoDep.h.
Field Documentation
uint32_t dFWT |
Delta FWT to be used
Definition at line 369 of file rfal_isoDep.h.
uint8_t DID |
Device ID (RFAL_ISODEP_NO_DID if no DID)
Definition at line 372 of file rfal_isoDep.h.
uint16_t FSx |
Other device Frame Size (FSD or FSC)
Definition at line 370 of file rfal_isoDep.h.
uint32_t FWT |
FWT to be used (ignored in Listen Mode)
Definition at line 368 of file rfal_isoDep.h.
uint16_t ourFSx |
Our device Frame Size (FSD or FSC)
Definition at line 371 of file rfal_isoDep.h.
Receive Buffer struct reference in Bytes
Definition at line 365 of file rfal_isoDep.h.
uint16_t* rxLen |
Received INF data length in Bytes
Definition at line 366 of file rfal_isoDep.h.
Temp buffer for Rx I-Blocks (internal)
Definition at line 367 of file rfal_isoDep.h.
Transmit Buffer struct reference
Definition at line 363 of file rfal_isoDep.h.
uint16_t txBufLen |
Transmit Buffer INF field length in Bytes
Definition at line 364 of file rfal_isoDep.h.
Generated on Sat Jul 16 2022 13:00:54 by
