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
loramac_primitives_t Struct Reference
#include <lorawan_data_structures.h>
Data Fields | |
mbed::Callback< void(loramac_mcps_confirm_t *) | mcps_confirm ) |
MCPS-Confirm primitive. | |
mbed::Callback< void(loramac_mcps_indication_t *) | mcps_indication ) |
MCPS-Indication primitive. | |
mbed::Callback< void(loramac_mlme_confirm_t *) | mlme_confirm ) |
MLME-Confirm primitive. | |
mbed::Callback< void(loramac_mlme_indication_t *) | mlme_indication ) |
MLME-Indication primitive. |
Detailed Description
LoRaMAC events structure. Used to notify upper layers of MAC events.
Definition at line 1584 of file lorawan_data_structures.h.
Field Documentation
mbed::Callback<void(loramac_mcps_confirm_t*) mcps_confirm) |
MCPS-Confirm primitive.
- Parameters:
-
[OUT] MCPS-Confirm parameters.
Definition at line 1590 of file lorawan_data_structures.h.
mbed::Callback<void(loramac_mcps_indication_t*) mcps_indication) |
MCPS-Indication primitive.
- Parameters:
-
[OUT] MCPS-Indication parameters.
Definition at line 1597 of file lorawan_data_structures.h.
mbed::Callback<void(loramac_mlme_confirm_t*) mlme_confirm) |
MLME-Confirm primitive.
- Parameters:
-
[OUT] MLME-Confirm parameters.
Definition at line 1604 of file lorawan_data_structures.h.
mbed::Callback<void(loramac_mlme_indication_t*) mlme_indication) |
MLME-Indication primitive.
- Parameters:
-
[OUT] MLME-Indication parameters
Definition at line 1611 of file lorawan_data_structures.h.
Generated on Fri Jul 22 2022 04:54:13 by
