1.3.4.1.19 MAC_PLC_HEADER Struct
C
typedef struct
{
MAC_PAN_ID srcPanId;
MAC_PAN_ID destPanId;
MAC_PLC_FRAME_CONTROL frameControl;
MAC_ADDRESS destAddress;
MAC_ADDRESS srcAddress;
MAC_AUXILIARY_SECURITY_HEADER securityHeader;
uint8_t sequenceNumber;
} MAC_PLC_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 2006 version.
Field description: Refer to IEEE 802.15.4 2006 standard for a detailed description of the MAC Frame Header.
Remarks
None.
