1.1.2.4.62 MAC_RT_HEADER Struct
C
typedef struct __attribute__((packed, aligned(1))) { /* Frame Control Information */ MAC_RT_FRAME_CONTROL frameControl; /* Sequence Number */ uint8_t sequenceNumber; /* Destination PAN Identifier */ uint16_t destinationPAN; /* Destination Address */ MAC_RT_ADDRESS destinationAddress; /* Source PAN Identifier */ uint16_t sourcePAN; /* Source Address */ MAC_RT_ADDRESS sourceAddress; /* Security Header */ MAC_RT_AUX_SECURITY_HEADER securityHeader; } MAC_RT_HEADER;
Summary
G3 MAC Header.
Description
This data type includes information related to the G3 MAC Header.
Remarks
For more information, please refer to G3 Specification.