Diego Ostuni / RFAL
Embed: (wiki syntax)

« Back to documentation index

rfalIsoDepTxRxParam Struct Reference

rfalIsoDepTxRxParam Struct Reference
[ISO-DEP]

#include <rfal_isoDep.h>

Data Fields

rfalIsoDepBufFormattxBuf
uint16_t txBufLen
bool isTxChaining
rfalIsoDepBufFormatrxBuf
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.

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.