structure for sending frames
More...
Definition at line 174 of file lw_mesh.h.
void(* NWK_DataReq_t::confirm) (struct NWK_DataReq_tag *) |
pointer to confirmation callback function
Definition at line 182 of file lw_mesh.h.
uint8_t NWK_DataReq_t::control |
filled by stack, value of ack ctrl
Definition at line 185 of file lw_mesh.h.
uint8_t* NWK_DataReq_t::data |
pointer to the payload data
Definition at line 180 of file lw_mesh.h.
uint16_t NWK_DataReq_t::dstAddr |
short destination address
Definition at line 176 of file lw_mesh.h.
uint8_t NWK_DataReq_t::dstEndpoint |
destination endpoint (remote)
Definition at line 177 of file lw_mesh.h.
NWK_Opt_t NWK_DataReq_t::options |
data request options, see NWK_Opt_t
Definition at line 179 of file lw_mesh.h.
uint8_t NWK_DataReq_t::size |
size of the payload data
Definition at line 181 of file lw_mesh.h.
uint8_t NWK_DataReq_t::srcEndpoint |
source endpoint (local)
Definition at line 178 of file lw_mesh.h.
NWK_Stat_t NWK_DataReq_t::status |
filled by stack, status of this Req
Definition at line 184 of file lw_mesh.h.