to be used with the DSPLoRa module (minor changes wrt transmit power)

Dependents:   DSP_LoRaWAN

Fork of LoRaWAN-lib by S P

Embed: (wiki syntax)

« Back to documentation index

sMlmeReqJoin Struct Reference

sMlmeReqJoin Struct Reference
[LoRa MAC layer implementation]

#include <LoRaMac.h>

Data Fields

uint8_t * DevEui
uint8_t * AppEui
uint8_t * AppKey

Detailed Description

LoRaMAC MLME-Request for the join service

Definition at line 890 of file LoRaMac.h.


Field Documentation

uint8_t* AppEui

Application identifier

LoRaWAN Specification V1.0, chapter 6.1.2

Definition at line 903 of file LoRaMac.h.

uint8_t* AppKey

AES-128 application key

LoRaWAN Specification V1.0, chapter 6.2.2

Definition at line 909 of file LoRaMac.h.

uint8_t* DevEui

Globally unique end-device identifier

LoRaWAN Specification V1.0, chapter 6.2.1

Definition at line 897 of file LoRaMac.h.