KETCube
Data Fields
ketCube_lora_moduleCfg_t Struct Reference

KETCube lora module configuration. More...

#include <ketCube_lora.h>

Data Fields

ketCube_cfg_ModuleCfgByte_t coreCfg
 
ketCube_lora_cfg_t cfg
 
byte netID [KETCUBE_LORA_CFGLEN_NETID]
 
byte appEUI [KETCUBE_LORA_CFGLEN_APPEUI]
 
byte devEUI [KETCUBE_LORA_CFGLEN_DEVEUI]
 
byte appKey [KETCUBE_LORA_CFGLEN_APPKEY]
 
byte nwkKey [KETCUBE_LORA_CFGLEN_NWKKEY]
 
byte devAddr [KETCUBE_LORA_CFGLEN_DEVADDR]
 
byte nwkSEncKey [KETCUBE_LORA_CFGLEN_NWKSENCKEY]
 
byte sNwkSIntKey [KETCUBE_LORA_CFGLEN_SNWKSINTKEY]
 
byte fNwkSIntKey [KETCUBE_LORA_CFGLEN_FNWKSINTKEY]
 
byte appSKey [KETCUBE_LORA_CFGLEN_APPSKEY]
 
DeviceClass_t devClass
 
uint8_t txDatarate
 

Detailed Description

KETCube lora module configuration.

Field Documentation

◆ appEUI

byte ketCube_lora_moduleCfg_t::appEUI[KETCUBE_LORA_CFGLEN_APPEUI]

LoRaWAN appEUI

◆ appKey

byte ketCube_lora_moduleCfg_t::appKey[KETCUBE_LORA_CFGLEN_APPKEY]

LoRaWAN appKey

◆ appSKey

byte ketCube_lora_moduleCfg_t::appSKey[KETCUBE_LORA_CFGLEN_APPSKEY]

LoRaWAN Application sesion key

◆ cfg

ketCube_lora_cfg_t ketCube_lora_moduleCfg_t::cfg

bitwise settings

◆ coreCfg

ketCube_cfg_ModuleCfgByte_t ketCube_lora_moduleCfg_t::coreCfg

KETCube core cfg byte

◆ devAddr

byte ketCube_lora_moduleCfg_t::devAddr[KETCUBE_LORA_CFGLEN_DEVADDR]

LoRaWAN device address

◆ devClass

DeviceClass_t ketCube_lora_moduleCfg_t::devClass

Device class

◆ devEUI

byte ketCube_lora_moduleCfg_t::devEUI[KETCUBE_LORA_CFGLEN_DEVEUI]

LoRaWAN devEUI

◆ fNwkSIntKey

byte ketCube_lora_moduleCfg_t::fNwkSIntKey[KETCUBE_LORA_CFGLEN_FNWKSINTKEY]

LoRaWAN Forwarding Network session integrity key

◆ netID

byte ketCube_lora_moduleCfg_t::netID[KETCUBE_LORA_CFGLEN_NETID]

LoRaWAN network ID

◆ nwkKey

byte ketCube_lora_moduleCfg_t::nwkKey[KETCUBE_LORA_CFGLEN_NWKKEY]

LoRaWAN Network root key

◆ nwkSEncKey

byte ketCube_lora_moduleCfg_t::nwkSEncKey[KETCUBE_LORA_CFGLEN_NWKSENCKEY]

LoRaWAN Network session encryption key

◆ sNwkSIntKey

byte ketCube_lora_moduleCfg_t::sNwkSIntKey[KETCUBE_LORA_CFGLEN_SNWKSINTKEY]

LoRaWAN Network session integrity key

◆ txDatarate

uint8_t ketCube_lora_moduleCfg_t::txDatarate

Uplink datarate


The documentation for this struct was generated from the following file: