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_req_ie_list Struct Reference
struct mcps_data_req_ie_list MCPS data Information element list stuctrure More...
#include <mac_mcps.h>
Data Fields | |
ns_ie_iovec_t * | headerIeVectorList |
Header IE element list. | |
ns_ie_iovec_t * | payloadIeVectorList |
Payload IE element list. | |
uint16_t | headerIovLength |
Header IE element list size, set 0 when no elements. | |
uint16_t | payloadIovLength |
Payload IE element list size, set 0 when no elements. |
Detailed Description
struct mcps_data_req_ie_list MCPS data Information element list stuctrure
Structure for IEEE 802.15.4-2015 MCPS data extension to Request
IE element could be divided to multiple vector which MAC just write to message direct.
Definition at line 130 of file mac_mcps.h.
Field Documentation
Header IE element list.
Definition at line 131 of file mac_mcps.h.
uint16_t headerIovLength |
Header IE element list size, set 0 when no elements.
Definition at line 133 of file mac_mcps.h.
Payload IE element list.
Definition at line 132 of file mac_mcps.h.
uint16_t payloadIovLength |
Payload IE element list size, set 0 when no elements.
Definition at line 134 of file mac_mcps.h.
Generated on Tue Jul 12 2022 13:55:33 by
