Developing with ZBOSS for Zigbee
zb_zdo_match_desc_param_s Struct Reference

Parameters of match_desc_req primitive. More...

#include <zboss_api_zdo.h>

Data Fields

zb_uint16_t nwk_addr
 
zb_uint16_t addr_of_interest
 
zb_uint16_t profile_id
 
zb_uint8_t num_in_clusters
 
zb_uint8_t num_out_clusters
 
zb_uint16_t cluster_list [1]
 

Detailed Description

Parameters of match_desc_req primitive.

To be put into buffer as data (means - after space alloc).

Field Documentation

◆ addr_of_interest

zb_uint16_t zb_zdo_match_desc_param_s::addr_of_interest

NWK address of interest

◆ cluster_list

zb_uint16_t zb_zdo_match_desc_param_s::cluster_list[1]

Variable size: [num_in_clusters] + [num_out_clusters] List of Input ClusterIDs to be used for matching; the InClusterList is the desired list to be matched by the Remote Device (the elements of the InClusterList are the supported output clusters of the Local Device). List of Output ClusterIDs to be used for matching; the OutClusterList is the desired list to be matched by the Remote Device (the elements of the OutClusterList are the supported input clusters of the Local Device).

◆ num_in_clusters

zb_uint8_t zb_zdo_match_desc_param_s::num_in_clusters

The number of Input Clusters provided for matching within the InClusterList.

◆ num_out_clusters

zb_uint8_t zb_zdo_match_desc_param_s::num_out_clusters

The number of Output Clusters provided for matching within OutClusterList.

◆ nwk_addr

zb_uint16_t zb_zdo_match_desc_param_s::nwk_addr

NWK address that is used for IEEE address mapping.

◆ profile_id

zb_uint16_t zb_zdo_match_desc_param_s::profile_id

Profile ID to be matched at the destination.


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