1.3.5.1.19 MAC_RF_HEADER_IE Struct
C
typedef struct
{
uint16_t length : 7;
uint16_t elementID : 8;
uint16_t type : 1;
uint8_t cid[HIE_CID_LEN];
uint8_t subID;
} MAC_RF_HEADER_IE;Summary
Defines the fields of the MAC Header Information Element.
Description
This structure contains the fields of a MAC Header Information Element, as defined in IEEE 802.15.4 2015 version.
Field description: Refer to IEEE 802.15.4 2015 standard for a detailed description of the MAC Header Information Element.
Remarks
None.
