Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
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.
Generated on Tue Jul 12 2022 13:55:32 by
