µracoli Manual  Version foo
NWK_DataInd_t Struct Reference

structure for receiving frames More...

Data Fields

uint16_t srcAddr
 
uint8_t dstEndpoint
 
uint8_t srcEndpoint
 
NWK_Ind_Opt_t options
 
uint8_t * data
 
uint8_t size
 
uint8_t lqi
 
uint8_t rssi
 

Detailed Description

Definition at line 192 of file lw_mesh.h.

Field Documentation

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

LQI value reported by usr_radio_receive_frame

Definition at line 201 of file lw_mesh.h.

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

RSSI value reported by usr_radio_receive_frame

Definition at line 203 of file lw_mesh.h.

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.