LoRaMac Helper Callbacks.
More...
#include <LoRaMacHelper.h>
LoRaMac Helper Callbacks.
- Examples
- LoRaWanPio\src\main.cpp.
◆ BoardGetBatteryLevel
uint8_t(* lmh_callback_s::BoardGetBatteryLevel) (void) |
Get the current battery level.
- Return values
-
value | battery level ( 0: very low, 254: fully charged ) |
◆ BoardGetUniqueId
void(* lmh_callback_s::BoardGetUniqueId) (uint8_t *id) |
Gets the board 64 bits unique ID.
- Parameters
-
id | Pointer to an array that will contain the Unique ID |
◆ BoardGetRandomSeed
uint32_t(* lmh_callback_s::BoardGetRandomSeed) (void) |
Returns a pseudo random seed generated using the MCU Unique ID.
- Return values
-
seed | Generated pseudo random seed |
◆ lmh_RxData
Process Rx Data received from Lora network.
- Parameters
-
◆ lmh_has_joined
void(* lmh_callback_s::lmh_has_joined) () |
callback indicating EndNode has just joined
◆ lmh_ConfirmClass
Confirms the class change.
- Parameters
-
The documentation for this struct was generated from the following file: