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

#include <EnigmaIOTGateway.h>

Public Attributes

uint8_t addr [ENIGMAIOT_ADDR_LEN]
 
uint8_t data [MAX_MESSAGE_LENGTH]
 
size_t len
 

Detailed Description

Definition at line 110 of file EnigmaIOTGateway.h.

Member Data Documentation

◆ addr

uint8_t msg_queue_item_t::addr[ENIGMAIOT_ADDR_LEN]

Message address

Definition at line 111 of file EnigmaIOTGateway.h.

◆ data

uint8_t msg_queue_item_t::data[MAX_MESSAGE_LENGTH]

Message buffer

Definition at line 112 of file EnigmaIOTGateway.h.

◆ len

size_t msg_queue_item_t::len

Message length

Definition at line 113 of file EnigmaIOTGateway.h.


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