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.
Fork of OmniWheels by
mcps_data_conf_s Struct Reference
struct mcps_data_conf_t Data confirm structure More...
#include <mac_mcps.h>
Data Fields | |
uint8_t | msduHandle |
Handle associated with MSDU. | |
uint8_t | status |
Status of the last MSDU transmission. | |
uint32_t | timestamp |
Time, in symbols, at which the data were transmitted. | |
uint8_t | cca_retries |
Number of CCA retries used during sending. | |
uint8_t | tx_retries |
Number of retries done during sending, 0 means no retries. |
Detailed Description
struct mcps_data_conf_t Data confirm structure
See IEEE standard 802.15.4-2006 (table 42) for more details
Definition at line 52 of file mac_mcps.h.
Field Documentation
uint8_t cca_retries |
Number of CCA retries used during sending.
Definition at line 57 of file mac_mcps.h.
uint8_t msduHandle |
Handle associated with MSDU.
Definition at line 53 of file mac_mcps.h.
uint8_t status |
Status of the last MSDU transmission.
Definition at line 54 of file mac_mcps.h.
uint32_t timestamp |
Time, in symbols, at which the data were transmitted.
Definition at line 55 of file mac_mcps.h.
uint8_t tx_retries |
Number of retries done during sending, 0 means no retries.
Definition at line 58 of file mac_mcps.h.
Generated on Fri Jul 22 2022 04:54:13 by
