Developing with ZBOSS for Zigbee
zb_zgps_mapping_entry_s Struct Reference

Mapping table entry structure. More...

#include <zboss_api_zgp.h>

Data Fields

zb_uint8_t options
 
zb_zgpd_addr_t gpd_id
 
zb_uint8_t gpd_endpoint
 
zb_uint8_t gpd_command
 
zb_uint8_t endpoint
 
zb_uint16_t profile
 
zb_uint16_t cluster
 
zb_uint8_t zcl_command
 
zb_uint8_t zcl_payload_length
 

Detailed Description

Mapping table entry structure.

Field Documentation

◆ cluster

zb_uint16_t zb_zgps_mapping_entry_s::cluster

The cluster of the Profile on the endpoint

◆ endpoint

zb_uint8_t zb_zgps_mapping_entry_s::endpoint

The EndPoint for which the mapping is valid

◆ gpd_command

zb_uint8_t zb_zgps_mapping_entry_s::gpd_command

The GPD command to be mapped

◆ gpd_id

zb_zgpd_addr_t zb_zgps_mapping_entry_s::gpd_id

Identifier of the GPD

◆ options

zb_uint8_t zb_zgps_mapping_entry_s::options

Options related to this table entry

◆ profile

zb_uint16_t zb_zgps_mapping_entry_s::profile

The Profile of the command after mapping

◆ zcl_command

zb_uint8_t zb_zgps_mapping_entry_s::zcl_command

The Command ID of the Cluster into which GP Command is mapped

◆ zcl_payload_length

zb_uint8_t zb_zgps_mapping_entry_s::zcl_payload_length

The payload length for the Zigbee Command, payload should be located in memory after this structure


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