|
EnigmaIOT
0.9.8
Secure sensor and gateway platform based on ESP8266 and ESP32
|
#include <EnigmaIOTGateway.h>
Public Attributes | |
| uint8_t | addr [ENIGMAIOT_ADDR_LEN] |
| uint8_t | data [MAX_MESSAGE_LENGTH] |
| size_t | len |
Definition at line 110 of file EnigmaIOTGateway.h.
| uint8_t msg_queue_item_t::addr[ENIGMAIOT_ADDR_LEN] |
Message address
Definition at line 111 of file EnigmaIOTGateway.h.
| uint8_t msg_queue_item_t::data[MAX_MESSAGE_LENGTH] |
Message buffer
Definition at line 112 of file EnigmaIOTGateway.h.
| size_t msg_queue_item_t::len |
Message length
Definition at line 113 of file EnigmaIOTGateway.h.