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
mcps_data_ie_list Struct Reference
struct mcps_data_ie_list_t MCPS data Information element list stucture More...
#include <mac_mcps.h>
Data Fields | |
uint8_t * | headerIeList |
Header information IE's list without terminator. | |
uint8_t * | payloadIeList |
Payload information IE's list without terminator. | |
uint16_t | headerIeListLength |
Header information IE's list length in bytes. | |
uint16_t | payloadIeListLength |
Payload information IE's list length in bytes. |
Detailed Description
struct mcps_data_ie_list_t MCPS data Information element list stucture
Structure for IEEE 802.15.4-2015 MCPS data extension to Indication
Definition at line 105 of file mac_mcps.h.
Field Documentation
uint8_t* headerIeList |
Header information IE's list without terminator.
Definition at line 106 of file mac_mcps.h.
uint16_t headerIeListLength |
Header information IE's list length in bytes.
Definition at line 108 of file mac_mcps.h.
uint8_t* payloadIeList |
Payload information IE's list without terminator.
Definition at line 107 of file mac_mcps.h.
uint16_t payloadIeListLength |
Payload information IE's list length in bytes.
Definition at line 109 of file mac_mcps.h.
Generated on Tue Jul 12 2022 13:55:33 by
