nRF5 SDK for Thread and Zigbee v3.0.0
Data Fields
zb_zdo_binding_table_record_s Struct Reference

BindingTableList Record Format for mgmt_bind_resp. See ZB spec, Table 2.131. More...

#include <zboss_api_zdo.h>

Data Fields

zb_ieee_addr_t src_address
 
zb_uint8_t src_endp
 
zb_uint16_t cluster_id
 
zb_uint8_t dst_addr_mode
 
zb_addr_u dst_address
 
zb_uint8_t dst_endp
 

Detailed Description

BindingTableList Record Format for mgmt_bind_resp. See ZB spec, Table 2.131.

Field Documentation

zb_uint16_t zb_zdo_binding_table_record_s::cluster_id

The identifier of the cluster on the source device that is bound to the destination device.

zb_uint8_t zb_zdo_binding_table_record_s::dst_addr_mode

The addressing mode for the destination address used in this command. This field can take one of the non-reserved values from the following list: 0x00 = reserved 0x01 = 16-bit group address for DstAddress and DstEndp not present 0x02 = reserved 0x03 = 64-bit extended address for DstAddress and DstEndp present 0x04 . 0xff = reserved

zb_addr_u zb_zdo_binding_table_record_s::dst_address

The destination address for the binding entry.16 or 64 bit. As specified by the dst_addr_mode field.

zb_uint8_t zb_zdo_binding_table_record_s::dst_endp

This field shall be present only if the DstAddrMode field has a value of 0x03 and, if present, shall be the destination endpoint for the binding entry.

zb_ieee_addr_t zb_zdo_binding_table_record_s::src_address

The source IEEE address for the binding entry.

zb_uint8_t zb_zdo_binding_table_record_s::src_endp

The source endpoint for the binding entry.


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

Documentation feedback | Developer Zone | Subscribe | Updated