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.
rfalIsoDepTxRxParam Struct Reference
[ISO-DEP]
#include <rfal_isoDep.h>
Data Fields | |
rfalIsoDepBufFormat * | txBuf |
uint16_t | txBufLen |
bool | isTxChaining |
rfalIsoDepBufFormat * | rxBuf |
uint16_t * | rxLen |
bool * | isRxChaining |
uint32_t | FWT |
uint32_t | dFWT |
uint16_t | ourFSx |
uint16_t | FSx |
uint8_t | DID |
Detailed Description
Structure of parameters used on ISO DEP Transceive
Definition at line 344 of file rfal_isoDep.h.
Field Documentation
uint32_t dFWT |
Delta FWT to be used
Definition at line 353 of file rfal_isoDep.h.
uint8_t DID |
Device ID (RFAL_ISODEP_NO_DID if no DID)
Definition at line 356 of file rfal_isoDep.h.
uint16_t FSx |
Other device Frame Size (FSD or FSC)
Definition at line 355 of file rfal_isoDep.h.
uint32_t FWT |
FWT to be used (ignored in Listen Mode)
Definition at line 352 of file rfal_isoDep.h.
bool* isRxChaining |
Received data is not complete
Definition at line 351 of file rfal_isoDep.h.
bool isTxChaining |
Transmit data is not complete
Definition at line 348 of file rfal_isoDep.h.
uint16_t ourFSx |
Our device Frame Size (FSD or FSC)
Definition at line 354 of file rfal_isoDep.h.
Receive Buffer struct reference in Bytes
Definition at line 349 of file rfal_isoDep.h.
uint16_t* rxLen |
Received INF data length in Bytes
Definition at line 350 of file rfal_isoDep.h.
Transmit Buffer struct reference
Definition at line 346 of file rfal_isoDep.h.
uint16_t txBufLen |
Transmit Buffer INF field length in Bytes
Definition at line 347 of file rfal_isoDep.h.
Generated on Fri Jul 15 2022 06:42:12 by
