Z-Stack API Reference  3.2.0
_zstack_zdosetbindunbindauthaddrreq_t Struct Reference

#include <zstack.h>

Data Fields

zstack_LongAddr_t AuthAddress
 
uint16 ClusterId
 
uint8 Endpoint
 

Detailed Description

Structure to send a ZDO Set Bind Unbind Authenticate Address Request. None of these parameters is persistent in Nv

Field Documentation

§ AuthAddress

zstack_LongAddr_t AuthAddress

Address of the remote device authorized to perform Bind/Unbind operations in local device. If set to FF's anyone can do it

§ ClusterId

uint16 ClusterId

Binds to this cluster are restricted to only be modified by AuthAddress, if FF's then all clusters are protected and only AuthAddress can modify binds

§ Endpoint

uint8 Endpoint

Binds to this endpoint are restricted to only be modified by AuthAddress, if FF's then all clusters are protected and only AuthAddress can modify binds


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