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.
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 1636 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 1642 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 1649 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 1656 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 1663 of file lorawan_data_structures.h.
Generated on Tue Jul 12 2022 13:33:02 by
 1.7.2
 1.7.2