µracoli Manual  Version foo
NWK_DataReq_t Struct Reference

structure for sending frames More...

Data Fields

uint16_t dstAddr
 
uint8_t dstEndpoint
 
uint8_t srcEndpoint
 
NWK_Opt_t options
 
uint8_t * data
 
uint8_t size
 
void(* confirm )(struct NWK_DataReq_tag *)
 
NWK_Stat_t status
 
uint8_t control
 

Detailed Description

Definition at line 174 of file lw_mesh.h.

Field Documentation

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.