1.3.5.1.22 MAC_RF_FRAME Struct
C
typedef struct
{
MAC_RF_HEADER header;
MAC_RF_LI_IE liIE;
MAC_RF_RLQ_IE rlqIE;
uint16_t payloadLength;
uint8_t *payload;
uint32_t fcs;
} MAC_RF_FRAME;Summary
Defines the fields of a MAC RF Frame.
Description
This structure contains the fields which define a MAC RF Frame.
Field description:
- header. MAC Header as defined in IEEE 802.15.4 2015.
- liIE. The Link Information IE.
- rlqIE. The Reverse Link Quality IE.
- payloadLength. Number of bytes of the frame Payload.
- payload. Pointer to buffer containing Payload.
- fcs. FCS (CRC32) for frame verification.
Remarks
None.
