Z-Stack API Reference  3.2.0
_zstack_zdomatchdescreq_t Struct Reference

#include <zstack.h>

Data Fields

uint16_t dstAddr
 
uint16_t nwkAddrOfInterest
 
uint16_t profileID
 
uint8_t n_inputClusters
 
uint16_t * pInputClusters
 
uint8_t n_outputClusters
 
uint16_t * pOutputClusters
 

Detailed Description

Structure to send a ZDO Match Descriptor Request.

Field Documentation

§ dstAddr

uint16_t dstAddr

Destination address

§ n_inputClusters

uint8_t n_inputClusters

Number of input clusters

§ n_outputClusters

uint8_t n_outputClusters

Number of output clusters

§ nwkAddrOfInterest

uint16_t nwkAddrOfInterest

The network address of the destination device being queried.

§ pInputClusters

uint16_t* pInputClusters

Pointer to array of input clusters

§ pOutputClusters

uint16_t* pOutputClusters

Pointer to array of output clusters

§ profileID

uint16_t profileID

The profile ID of the device


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