Gleb Klochkov / Mbed OS Climatcontroll_Main

Dependencies:   esp8266-driver

Embed: (wiki syntax)

« Back to documentation index

lorawan_connect_abp_t Struct Reference

lorawan_connect_abp_t Struct Reference

The lorawan_connect_abp structure. More...

#include <lorawan_data_structures.h>

Data Fields

uint32_t nwk_id
 Network identifier.
uint32_t dev_addr
 End-device address.
uint8_t * nwk_skey
 Network session key.
uint8_t * app_skey
 Application session key.

Detailed Description

The lorawan_connect_abp structure.

A structure representing the LoRaWAN Activation By Personalization parameters.

Definition at line 1108 of file lorawan_data_structures.h.


Field Documentation

uint8_t* app_skey

Application session key.

LoRaWAN Specification V1.0.2, chapter 6.1.4

Definition at line 1128 of file lorawan_data_structures.h.

uint32_t dev_addr

End-device address.

LoRaWAN Specification V1.0.2, chapter 6.1.1

Definition at line 1118 of file lorawan_data_structures.h.

uint32_t nwk_id

Network identifier.

LoRaWAN Specification V1.0.2, chapter 6.1.1

Definition at line 1113 of file lorawan_data_structures.h.

uint8_t* nwk_skey

Network session key.

LoRaWAN Specification V1.0.2, chapter 6.1.3

Definition at line 1123 of file lorawan_data_structures.h.