nRF5 SDK for Thread and Zigbee v3.2.0
Data Fields
zb_zdo_end_device_bind_req_head_s Struct Reference

End_Device_Bind_req command head. More...

#include <zboss_api_zdo.h>

Data Fields

zb_uint16_t binding_target
 
zb_ieee_addr_t src_ieee_addr
 
zb_uint8_t src_endp
 
zb_uint16_t profile_id
 
zb_uint8_t num_in_cluster
 

Detailed Description

End_Device_Bind_req command head.

See also
ZB spec, subclause 2.4.3.2.1.

Field Documentation

zb_uint16_t zb_zdo_end_device_bind_req_head_s::binding_target

The address of the target for the binding. This can be either the primary binding cache device or the short address of the local device.

zb_uint8_t zb_zdo_end_device_bind_req_head_s::num_in_cluster

The number of Input Clusters provided for end device binding within the InClusterList.

zb_uint16_t zb_zdo_end_device_bind_req_head_s::profile_id

ProfileID which is to be matched between two End_Device_Bind_req received at the ZigBee Coordinator

zb_uint8_t zb_zdo_end_device_bind_req_head_s::src_endp

The endpoint on the device generating the request

zb_ieee_addr_t zb_zdo_end_device_bind_req_head_s::src_ieee_addr

IEEE address of the device generating the request


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

Documentation feedback | Developer Zone | Subscribe | Updated