Application information. During the commissioning of GPD that supports generic switch, multi sensor extension and compact report attribute the application information is exchanged as part of the GPD commissioning command 0xE0 and 0xE4. This structure holds the information for the commissioned GPD.

Public Attribute Documentation#

deviceId#

uint8_t sl_zigbee_gp_application_info_t::deviceId

Device ID of the GPD


applInfoBitmap#

uint8_t sl_zigbee_gp_application_info_t::applInfoBitmap

Application Information bitmap


manufacturerId#

uint16_t sl_zigbee_gp_application_info_t::manufacturerId

Manufacturer ID of the GPD


modelId#

uint16_t sl_zigbee_gp_application_info_t::modelId

Model ID of the GPD


numberOfGpdCommands#

uint8_t sl_zigbee_gp_application_info_t::numberOfGpdCommands

Number of GPD commands supported by the GPD


gpdCommands#

uint8_t sl_zigbee_gp_application_info_t::gpdCommands[GP_COMMISSIONING_MAX_BYTES - 1]

Supported GPD Commands


numberOfPairedEndpoints#

uint8_t sl_zigbee_gp_application_info_t::numberOfPairedEndpoints

Number of paired endpoints for the GPD


pairedEndpoints#

uint8_t sl_zigbee_gp_application_info_t::pairedEndpoints[GP_COMMISSIONING_MAX_BYTES - 1]

Paired endpoints


numberOfGpdClientCluster#

uint8_t sl_zigbee_gp_application_info_t::numberOfGpdClientCluster

Number of operational client clusters present on the GPD, maximum is 15.


numberOfGpdServerCluster#

uint8_t sl_zigbee_gp_application_info_t::numberOfGpdServerCluster

Number of operational server clusters present on the GPD, maximum is 15.


serverClusters#

uint16_t sl_zigbee_gp_application_info_t::serverClusters[15]

Operational server clusters present on the GPD


clientClusters#

uint16_t sl_zigbee_gp_application_info_t::clientClusters[15]

Operational client clusters present on the GPD