Developing with ZBOSS for Zigbee
|
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] |
Parameters of match_desc_req primitive.
To be put into buffer as data (means - after space alloc).
zb_uint16_t zb_zdo_match_desc_param_s::addr_of_interest |
NWK address of interest
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).
zb_uint8_t zb_zdo_match_desc_param_s::num_in_clusters |
The number of Input Clusters provided for matching within the InClusterList.
zb_uint8_t zb_zdo_match_desc_param_s::num_out_clusters |
The number of Output Clusters provided for matching within OutClusterList.
zb_uint16_t zb_zdo_match_desc_param_s::nwk_addr |
NWK address that is used for IEEE address mapping.
zb_uint16_t zb_zdo_match_desc_param_s::profile_id |
Profile ID to be matched at the destination.