1.1.2.4.60 MAC_RT_FRAME_CONTROL Struct
C
typedef struct {
/* Frame Type */
uint16_t frameType : 3;
/* Security Enable */
uint16_t securityEnabled : 1;
/* Frame pending */
uint16_t framePending : 1;
/* Ack Request */
uint16_t ackRequest : 1;
/* PAN ID Compression */
uint16_t panIdCompression : 1;
/* Reserved */
uint16_t reserved : 3;
/* Destination Addressing Mode */
uint16_t destAddressingMode : 2;
/* Frame Version */
uint16_t frameVersion : 2;
/* Source Addressing Mode */
uint16_t srcAddressingMode : 2;
} MAC_RT_FRAME_CONTROL;Summary
G3 MAC Frame Control information.
Description
This data type includes information related to the G3 MAC frame control field.
Remarks
For more information, please refer to G3 Specification.
