|
EnigmaIOT
0.9.3
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 94 of file EnigmaIOTGateway.h.
| uint8_t msg_queue_item_t::addr[ENIGMAIOT_ADDR_LEN] |
Message address
Definition at line 95 of file EnigmaIOTGateway.h.
| uint8_t msg_queue_item_t::data[MAX_MESSAGE_LENGTH] |
Message buffer
Definition at line 96 of file EnigmaIOTGateway.h.
| size_t msg_queue_item_t::len |
Message length
Definition at line 97 of file EnigmaIOTGateway.h.
1.8.18