Z-Stack API Reference  3.2.0
_zstack_zdoenddevicebindreq_t Struct Reference

#include <zstack.h>

Data Fields

uint16_t dstAddr
 
uint16_t bindingTarget
 
uint8_t endpoint
 
uint16_t profileID
 
uint8_t n_inputClusters
 
uint16_t * pInputClusters
 
uint8_t n_outputClusters
 
uint16_t * pOutputClusters
 

Detailed Description

Structure to send a ZDO End Device .

Field Documentation

§ bindingTarget

uint16_t bindingTarget

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.

§ dstAddr

uint16_t dstAddr

Destination address, should be 0x0000 for coordinator

§ endpoint

uint8_t endpoint

Source device's endpoint

§ n_inputClusters

uint8_t n_inputClusters

Number of input clusters

§ n_outputClusters

uint8_t n_outputClusters

Number of output clusters

§ pInputClusters

uint16_t* pInputClusters

Pointer to array of input clusters

§ pOutputClusters

uint16_t* pOutputClusters

Pointer to array of output clusters

§ profileID

uint16_t profileID

ProfileID which is to be matched between two End_Device_Bind_req received at the ZigBee Coordinator within the timeout value pre-configured in the ZigBee Coordinator.


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