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 EmberGpApplicationInfo::deviceId

Device ID of the GPD


Definition at line 561 of file stack/include/gp-types.h

applInfoBitmap#

uint8_t EmberGpApplicationInfo::applInfoBitmap

Application Information bitmap


Definition at line 563 of file stack/include/gp-types.h

manufacturerId#

uint16_t EmberGpApplicationInfo::manufacturerId

Manufacturer ID of the GPD


Definition at line 565 of file stack/include/gp-types.h

modelId#

uint16_t EmberGpApplicationInfo::modelId

Model ID of the GPD


Definition at line 567 of file stack/include/gp-types.h

numberOfGpdCommands#

uint8_t EmberGpApplicationInfo::numberOfGpdCommands

Number of GPD commands supported by the GPD


Definition at line 569 of file stack/include/gp-types.h

gpdCommands#

uint8_t EmberGpApplicationInfo::gpdCommands[GP_COMMISSIONING_MAX_BYTES - 1]

Supported GPD Commands


Definition at line 571 of file stack/include/gp-types.h

numberOfPairedEndpoints#

uint8_t EmberGpApplicationInfo::numberOfPairedEndpoints

Number of paired endpoints for the GPD


Definition at line 573 of file stack/include/gp-types.h

pairedEndpoints#

uint8_t EmberGpApplicationInfo::pairedEndpoints[GP_COMMISSIONING_MAX_BYTES - 1]

Paired endpoints


Definition at line 575 of file stack/include/gp-types.h

numberOfGpdClientCluster#

uint8_t EmberGpApplicationInfo::numberOfGpdClientCluster

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


Definition at line 577 of file stack/include/gp-types.h

numberOfGpdServerCluster#

uint8_t EmberGpApplicationInfo::numberOfGpdServerCluster

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


Definition at line 579 of file stack/include/gp-types.h

serverClusters#

uint16_t EmberGpApplicationInfo::serverClusters[15]

Operational server clusters present on the GPD


Definition at line 581 of file stack/include/gp-types.h

clientClusters#

uint16_t EmberGpApplicationInfo::clientClusters[15]

Operational client clusters present on the GPD


Definition at line 583 of file stack/include/gp-types.h