1.1.2.4.61 MAC_RT_SEGMENT_CONTROL Struct
C
typedef struct {
/* Reserved */
uint8_t reserved : 4;
/* Tone Map Request */
uint8_t toneMapRequest : 1;
/* Contention Control */
uint8_t contentionControl : 1;
/* Channel Access Priority */
uint8_t channelAccessPriority : 1;
/* Last Segment Flag */
uint8_t lastSegmentFlag : 1;
/* Segment Count */
uint16_t segmentCount : 6;
/* Segment Length of MAC frame */
uint16_t segmentLength : 10;
} MAC_RT_SEGMENT_CONTROL;Summary
G3-PLC MAC Segment Control information.
Description
This data type includes information related to the G3-PLC MAC segment control field.
Remarks
For more information, please refer to G3-PLC Specification.
