Developing with ZBOSS for Zigbee
zb_zdo_configuration_parameters_s Struct Reference

Configuration parameters Stack sends set_configuration_req to the device with set values. More...

#include <zboss_api_zdo.h>

Data Fields

zb_uint16_t dst_addr
 
zb_bitfield_t restricted_mode_enabled:1
 
zb_bitfield_t require_link_key_encr_for_tk:1
 
zb_bitfield_t leave_req_allowed:1
 
zb_bitfield_t disable_channel_change:1
 
zb_bitfield_t disable_panid_change:1
 
zb_bitfield_t reserved:3
 

Detailed Description

Configuration parameters Stack sends set_configuration_req to the device with set values.

Field Documentation

◆ disable_channel_change

zb_bitfield_t zb_zdo_configuration_parameters_s::disable_channel_change

if 1, then set current channel-page into device's nwkNextChannelChange. It forbid channel change for device.

See also
zb_zdo_send_next_channel_change for manage channel change

◆ disable_panid_change

zb_bitfield_t zb_zdo_configuration_parameters_s::disable_panid_change

if 1, then set current PAN ID into device's nwkNextPanId. It forbid pan id change for device.

See also
zb_zdo_send_next_panid_change for manage PAN ID change

◆ dst_addr

zb_uint16_t zb_zdo_configuration_parameters_s::dst_addr

destination address

◆ leave_req_allowed

zb_bitfield_t zb_zdo_configuration_parameters_s::leave_req_allowed

nwkLeaveRequestAllowed, this policy determines whether or not a remote NWK leave request command frame received by the local device is accepted

◆ require_link_key_encr_for_tk

zb_bitfield_t zb_zdo_configuration_parameters_s::require_link_key_encr_for_tk

requireLinkKeyEncryptionForApsTransportKey, if 1 then device will require that the APS Transport key command shall be APS encrypted with the device's unique Trust Center Link Key

◆ restricted_mode_enabled

zb_bitfield_t zb_zdo_configuration_parameters_s::restricted_mode_enabled

apsZdoRestrictedMode, if 1 then certain ZDO commands will not be accepted unless sent by Trust Center with APS encryption if 0 then other nodes on the nwk may change configuration of the device (e.g. bindings)


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