1.3.5.1.18 MAC_RF_HEADER Struct

C

typedef struct
{
    MAC_RF_FRAME_CONTROL frameControl;
    uint8_t sequenceNumber;
    MAC_PAN_ID destPanId;
    MAC_ADDRESS destAddress;
    MAC_PAN_ID srcPanId;
    MAC_ADDRESS srcAddress;
    MAC_AUXILIARY_SECURITY_HEADER securityHeader;
} MAC_RF_HEADER;

Summary

Defines the fields of the MAC Header.

Description

This structure contains the fields of a MAC frame header, 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 Frame Header.

Remarks

None.