KETCube
ketCube_lora_ext.h
Go to the documentation of this file.
1 
45  /* Define to prevent recursive inclusion ------------------------------------- */
46 #ifndef __KETCUBE_LORA_EXT_H
47 #define __KETCUBE_LORA_EXT_H
48 
49 #include "ketCube_cfg.h"
50 #include "ketCube_common.h"
51 
52 #include "utilities.h"
53 #include "LoRaMac.h"
54 #include "Region.h"
55 #include "LoRaMacMessageTypes.h"
56 
63 extern void ketCube_lora_OTAAJoin(LoRaMacNvmCtx_t * NvmCtx, ApplyCFListParams_t * CFList);
64 extern void ketCube_lora_PrintCFList(ApplyCFListParams_t * CFList);
65 
70 #endif /* KETCUBE_LORA_EXT_H */
ketCube_lora_OTAAJoin
void ketCube_lora_OTAAJoin(LoRaMacNvmCtx_t *NvmCtx, ApplyCFListParams_t *CFList)
Print OTAA Join-related info.
Definition: ketCube_lora_ext.c:58
ketCube_lora_PrintCFList
void ketCube_lora_PrintCFList(ApplyCFListParams_t *CFList)
Print Cf list as received in a LoRaWAN Join response.
Definition: ketCube_lora_ext.c:76
ketCube_common.h
KETCube common definitions.
ketCube_cfg.h
This file contains definitions for the KETCube configuration.