EnigmaIOT  0.9.8
Secure sensor and gateway platform based on ESP8266 and ESP32
Public Attributes | List of all members
gateway_config_t Struct Reference

#include <EnigmaIOTGateway.h>

Public Attributes

uint8_t channel = DEFAULT_CHANNEL
 
uint8_t networkKey [KEY_LENGTH]
 
char networkName [NETWORK_NAME_LENGTH]
 

Detailed Description

Definition at line 104 of file EnigmaIOTGateway.h.

Member Data Documentation

◆ channel

uint8_t gateway_config_t::channel = DEFAULT_CHANNEL

Channel used for communications

Definition at line 105 of file EnigmaIOTGateway.h.

◆ networkKey

uint8_t gateway_config_t::networkKey[KEY_LENGTH]

Network key to protect key agreement

Definition at line 106 of file EnigmaIOTGateway.h.

◆ networkName

char gateway_config_t::networkName[NETWORK_NAME_LENGTH]

Network name, used to help nodes to find gateway

Definition at line 107 of file EnigmaIOTGateway.h.


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