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_conf_payload_s Struct Reference
struct mcps_data_conf_payload_t Data confirmatio IE extension list and payload from enhanced ACK 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. | |
uint8_t * | payloadPtr |
Ack payload pointer. | |
uint16_t | headerIeListLength |
Header information IE's list length in bytes. | |
uint16_t | payloadIeListLength |
Payload information IE's list length in bytes. | |
uint16_t | payloadLength |
Payload length in bytes. |
Detailed Description
struct mcps_data_conf_payload_t Data confirmatio IE extension list and payload from enhanced ACK
Definition at line 69 of file mac_mcps.h.
Field Documentation
uint8_t* headerIeList |
Header information IE's list without terminator.
Definition at line 70 of file mac_mcps.h.
uint16_t headerIeListLength |
Header information IE's list length in bytes.
Definition at line 73 of file mac_mcps.h.
uint8_t* payloadIeList |
Payload information IE's list without terminator.
Definition at line 71 of file mac_mcps.h.
uint16_t payloadIeListLength |
Payload information IE's list length in bytes.
Definition at line 74 of file mac_mcps.h.
uint16_t payloadLength |
Payload length in bytes.
Definition at line 75 of file mac_mcps.h.
uint8_t* payloadPtr |
Ack payload pointer.
Definition at line 72 of file mac_mcps.h.
Generated on Tue Jul 12 2022 13:55:33 by
