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

Bind_req request head send to the remote. 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
 

Detailed Description

Bind_req request head send to the remote.

See also
ZB spec, subclause 2.4.3.2.2.

Field Documentation

zb_uint16_t zb_zdo_bind_req_head_s::cluster_id

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

zb_uint8_t zb_zdo_bind_req_head_s::dst_addr_mode

Destination address mode zb_bind_dst_addr_mode_t

zb_ieee_addr_t zb_zdo_bind_req_head_s::src_address

The IEEE address for the source.

zb_uint8_t zb_zdo_bind_req_head_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