![]() |
SX126x-Arduino
2.0.1
|
#include <LoRaMac.h>
Data Fields | |
uint8_t * | DevEui |
uint8_t * | AppEui |
uint8_t * | AppKey |
uint8_t | NbTrials |
LoRaMAC MLME-Request for the join service
uint8_t* sMlmeReqJoin::DevEui |
Globally unique end-device identifier
LoRaWAN Specification V1.0.2, chapter 6.2.1
uint8_t* sMlmeReqJoin::AppEui |
Application identifier
LoRaWAN Specification V1.0.2, chapter 6.1.2
uint8_t* sMlmeReqJoin::AppKey |
AES-128 application key
LoRaWAN Specification V1.0.2, chapter 6.2.2
uint8_t sMlmeReqJoin::NbTrials |
Number of trials for the join request.