structure for receiving frames
More...
Definition at line 192 of file lw_mesh.h.
uint8_t* NWK_DataInd_t::data |
pointer to the payload data
Definition at line 199 of file lw_mesh.h.
uint8_t NWK_DataInd_t::dstEndpoint |
destination endpoint (local)
Definition at line 195 of file lw_mesh.h.
uint8_t NWK_DataInd_t::lqi |
NWK_Ind_Opt_t NWK_DataInd_t::options |
data request options, see NWK_Ind_Opt_t
Definition at line 197 of file lw_mesh.h.
uint8_t NWK_DataInd_t::rssi |
uint8_t NWK_DataInd_t::size |
size of the payload data
Definition at line 200 of file lw_mesh.h.
uint16_t NWK_DataInd_t::srcAddr |
short source address
Definition at line 194 of file lw_mesh.h.
uint8_t NWK_DataInd_t::srcEndpoint |
source endpoint (remote)
Definition at line 196 of file lw_mesh.h.