nRF5 SDK for Thread and Zigbee v1.0.0
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
zb_nwk_pend_s Struct Reference

#include <zb_nwk_nib.h>

Data Fields

zb_uint16_t dest_addr
 
zb_uint8_t param
 
zb_bitfield_t used:1
 
zb_bitfield_t expiry:5
 
zb_bitfield_t waiting_buf:1
 
zb_bitfield_t reserved:1
 
zb_uint8_t handle
 

Detailed Description

NWK pending list element

Field Documentation

zb_uint16_t zb_nwk_pend_s::dest_addr

16-bit network destination address of this request

zb_bitfield_t zb_nwk_pend_s::expiry

expiration time. ZB_NWK_PENDING_ENTRY_EXPIRY 20, 5 bits i

zb_uint8_t zb_nwk_pend_s::param

buffer waiting for route discovery

zb_bitfield_t zb_nwk_pend_s::used

1 if entry is used, 0 - otherwise

zb_bitfield_t zb_nwk_pend_s::waiting_buf

if pending buffer waits new buffer to start route discovery


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