Onethinx LoRaWAN module
LoRaWAN_keys_t Struct Reference

#include <OnethinxCore01.h>

Data Fields

keyType_e KeyType: 8
 
uint8_t reserved: 7
 
bool PublicNetwork: 1
 
union {
   uint8_t   totalbytes [64]
 
   StoredKeys_t   StoredKeys
 
   OTAA_10x_t   OTAA_10x
 
   OTAA_11x_t   OTAA_11x
 
   ABP_10x_t   ABP_10x
 
}; 
 

Field Documentation

◆ 

union { ... }

◆ ABP_10x

ABP_10x_t ABP_10x

◆ KeyType

keyType_e KeyType

◆ OTAA_10x

OTAA_10x_t OTAA_10x

◆ OTAA_11x

OTAA_11x_t OTAA_11x

◆ PublicNetwork

bool PublicNetwork

◆ reserved

uint8_t reserved

◆ StoredKeys

StoredKeys_t StoredKeys

◆ totalbytes

uint8_t totalbytes[64]