Logo
Developing with ZBOSS for Zigbee
zb_nlme_network_descriptor_s Struct Reference

Network descriptor. This is a part of network discovery confirm result. More...

#include <zboss_api_zdo.h>

Data Fields

zb_bitfield_t panid_ref:7
 
zb_bitfield_t channel_page:5
 
zb_bitfield_t logical_channel:7
 
zb_bitfield_t pan_coordinator:1
 
zb_bitfield_t permit_joining:1
 
zb_bitfield_t router_capacity:1
 
zb_bitfield_t end_device_capacity:1
 
zb_bitfield_t processed:1
 
zb_uint8_t nwk_update_id
 

Detailed Description

Network descriptor. This is a part of network discovery confirm result.

Field Documentation

§ channel_page

zb_bitfield_t zb_nlme_network_descriptor_s::channel_page

channel page. in r22 0 to 31

§ end_device_capacity

zb_bitfield_t zb_nlme_network_descriptor_s::end_device_capacity

True if device is capable of accepting join requests from end devices

§ logical_channel

zb_bitfield_t zb_nlme_network_descriptor_s::logical_channel

The current logical channel occupied by the network. In r22 0 to 76

§ nwk_update_id

zb_uint8_t zb_nlme_network_descriptor_s::nwk_update_id

§ pan_coordinator

zb_bitfield_t zb_nlme_network_descriptor_s::pan_coordinator

True if device is a coordinator

§ panid_ref

zb_bitfield_t zb_nlme_network_descriptor_s::panid_ref

Reference to extended Pan ID of the network. Was zb_address_pan_id_ref_t. Must be big enough to hold ZB_PANID_TABLE_SIZE. ZB_PANID_TABLE_SIZE is now 16, so 7 is more than enough.

§ permit_joining

zb_bitfield_t zb_nlme_network_descriptor_s::permit_joining

Indicates that at least one router on the network currently permits joining

§ processed

zb_bitfield_t zb_nlme_network_descriptor_s::processed

True if record is processed

§ router_capacity

zb_bitfield_t zb_nlme_network_descriptor_s::router_capacity

True if device is capable of accepting join requests from router-capable devices


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