1.3.5.1.14 MAC_RF_TABLES Struct
C
typedef struct { // Pointers MAC_RF_POS_TABLE_ENTRY *macRfPosTable; MAC_DEVICE_TABLE_ENTRY *macRfDeviceTable; MAC_RF_DSN_TABLE_ENTRY *macRfDsnTable; // Sizes uint16_t macRfPosTableSize; uint16_t macRfDeviceTableSize; uint16_t macRfDsnTableSize; } MAC_RF_TABLES;
Summary
Defines MAC RF Tables and Sizes.
Description
This structure contains pointers to MAC RF Tables (hosted outside the MAC RF library) and their sizes.
Field description:
macRfPosTable. Pointer to MAC RF POS Table.
macRfDeviceTable. Pointer to MAC RF Device Table.
macRfDsnTable. Pointer to MAC RF Data Sequence Number Table.
macRfPosTableSize. Max number of entries in MAC RF POS Table.
macRfDeviceTableSize. Max number of entries in MAC RF Device Table.
macRfDsnTableSize. Max number of entries in MAC RF Data Sequence Number Table.
Remarks
None.