Logo
Developing with ZBOSS for Zigbee
zb_se_signal_service_discovery_bind_params_s Struct Reference

Service Discovery Bind signal parameters. More...

#include <zboss_api_zdo.h>

Data Fields

zb_ieee_addr_t device_addr
 
zb_uint8_t endpoint
 
zb_uint16_t cluster_id
 
zb_uint8_t commodity_type
 

Detailed Description

Service Discovery Bind signal parameters.

Contains info about the device found during Service Discovery. Stack passes this parameter to the application with signal ZB_SE_SIGNAL_SERVICE_DISCOVERY_DO_BIND

Field Documentation

§ cluster_id

zb_uint16_t zb_se_signal_service_discovery_bind_params_s::cluster_id

Discovered cluster

§ commodity_type

zb_uint8_t zb_se_signal_service_discovery_bind_params_s::commodity_type

Commodity type (for multiple commodity networks)

§ device_addr

zb_ieee_addr_t zb_se_signal_service_discovery_bind_params_s::device_addr

Long address of the device

§ endpoint

zb_uint8_t zb_se_signal_service_discovery_bind_params_s::endpoint

Device endpoint


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