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: mDot_Semtech_LoRaWAN_Stack
Fork of LoRaWAN-lib by
sLoRaMacCallbacks Struct Reference
#include <LoRaMac-api-v3.h>
Data Fields | |
void(* | MacEvent )(LoRaMacEventFlags_t *flags, LoRaMacEventInfo_t *info) |
uint8_t(* | GetBatteryLevel )(void) |
Detailed Description
LoRaMAC events structure Used to notify upper layers of MAC events
Definition at line 179 of file LoRaMac-api-v3.h.
Field Documentation
uint8_t( * GetBatteryLevel)(void) |
Function callback to get the current battery level
- Return values:
-
batteryLevel Current battery level
Definition at line 193 of file LoRaMac-api-v3.h.
void( * MacEvent)(LoRaMacEventFlags_t *flags, LoRaMacEventInfo_t *info) |
MAC layer event callback prototype.
- Parameters:
-
[IN] flags Bit field indicating the MAC events occurred [IN] info Details about MAC events occurred
Definition at line 187 of file LoRaMac-api-v3.h.
Generated on Wed Jul 13 2022 14:29:54 by
