nRF5 SDK for Thread and Zigbee v1.0.0
Data Fields
zb_nwk_pib_cache_s Struct Reference

#include <zboss_api_nwk.h>

Data Fields

zb_uint16_t mac_short_address
 
zb_uint16_t mac_pan_id
 
zb_ieee_addr_t mac_extended_address
 
zb_uint8_t mac_association_permit
 
zb_uint8_t mac_rx_on_when_idle
 
zb_uint8_t phy_current_channel
 

Detailed Description

Data structure used to cache frequently used PIB attributes.

Useful whe using alien MAC layer without direct access to PIB: blockable "get" interface to PIB is too complex and slow.

Field Documentation

zb_uint8_t zb_nwk_pib_cache_s::mac_association_permit
           Indication of whether a coordinator is currently

allowing association. A value of TRUE indicates

zb_ieee_addr_t zb_nwk_pib_cache_s::mac_extended_address

The 64-bit (IEEE) address assigned to the device.

zb_uint16_t zb_nwk_pib_cache_s::mac_pan_id
                       The 16-bit identifier of the PAN on which

the device is operating. If this value is 0xffff, the device is not associated.

zb_uint8_t zb_nwk_pib_cache_s::mac_rx_on_when_idle
              Indication of whether the MAC sublayer is to enable

its receiver during idle periods.

zb_uint16_t zb_nwk_pib_cache_s::mac_short_address
                The 16-bit address that the device uses

to communicate in the PAN.

zb_uint8_t zb_nwk_pib_cache_s::phy_current_channel

Index of current physical channel


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

Documentation feedback | Developer Zone | Subscribe | Updated