20171208

Fork of LoRaWAN-lib by Semtech

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
uint8_t NbTrials

Detailed Description

LoRaMAC MLME-Request for the join service

Definition at line 977 of file LoRaMac.h.


Field Documentation

uint8_t* AppEui

Application identifier

LoRaWAN Specification V1.0.1, chapter 6.1.2

Definition at line 990 of file LoRaMac.h.

uint8_t* AppKey

AES-128 application key

LoRaWAN Specification V1.0.1, chapter 6.2.2

Definition at line 996 of file LoRaMac.h.

uint8_t* DevEui

Globally unique end-device identifier

LoRaWAN Specification V1.0.1, chapter 6.2.1

Definition at line 984 of file LoRaMac.h.

uint8_t NbTrials

Number of trials for the join request.

Definition at line 1000 of file LoRaMac.h.