My climat station
lorawan_connect Struct Reference
lorawan_connect_t structure More...
#include <lorawan_data_structures.h>
Data Fields | |
| uint8_t | connect_type |
| lorawan_connect_otaa_t | otaa |
| lorawan_connect_abp_t | abp |
Detailed Description
lorawan_connect_t structure
A structure representing the parameters for different connections.
Definition at line 1250 of file lorawan_data_structures.h.
Field Documentation
Authentication by personalization
Definition at line 1265 of file lorawan_data_structures.h.
| uint8_t connect_type |
Select the connection type, either LORAWAN_CONNECTION_OTAA or LORAWAN_CONNECTION_ABP.
Definition at line 1255 of file lorawan_data_structures.h.
Join the network using OTA
Definition at line 1261 of file lorawan_data_structures.h.
Generated on Tue Jul 12 2022 14:26:48 by
1.7.2
Gleb Klochkov