#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 | |
| }; | |
| union { ... } |
| ABP_10x_t ABP_10x |
| keyType_e KeyType |
| OTAA_10x_t OTAA_10x |
| OTAA_11x_t OTAA_11x |
| bool PublicNetwork |
| uint8_t reserved |
| StoredKeys_t StoredKeys |
| uint8_t totalbytes[64] |