Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

mac_nested_payload_IE_s Struct Reference

mac_nested_payload_IE_s Struct Reference

struct mac_nested_payload_IE_t Mac Nested IE Payload information element structure for parsing or write operation More...

#include <mac_ie_lib.h>

Data Fields

uint8_t * content_ptr
 Content data.
uint16_t length
 Element length 0- 2047 when type_long true and for short 0- 255.
unsigned id: 7
 Group ID 4-bit for long and 7 bit for short type.
bool type_long: 1
 True when Nested IE long format and false for short.

Detailed Description

struct mac_nested_payload_IE_t Mac Nested IE Payload information element structure for parsing or write operation

Definition at line 27 of file mac_ie_lib.h.


Field Documentation

uint8_t* content_ptr

Content data.

Definition at line 28 of file mac_ie_lib.h.

unsigned id

Group ID 4-bit for long and 7 bit for short type.

Definition at line 30 of file mac_ie_lib.h.

uint16_t length

Element length 0- 2047 when type_long true and for short 0- 255.

Definition at line 29 of file mac_ie_lib.h.

bool type_long

True when Nested IE long format and false for short.

Definition at line 31 of file mac_ie_lib.h.