Endpoint information (a ZigBee Simple Descriptor).

This is a ZigBee Simple Descriptor and contains information about an endpoint. This information is shared with other nodes in the network by the ZDO.

Public Attributes#

uint16_t
uint16_t

Public Attribute Documentation#

profileId#

uint16_t EmberEndpointDescription::profileId

Identifies the endpoint's application profile.


Definition at line 355 of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/stack/include/stack-info.h

deviceId#

uint16_t EmberEndpointDescription::deviceId

The endpoint's device ID within the application profile.


Definition at line 357 of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/stack/include/stack-info.h

deviceVersion#

uint8_t EmberEndpointDescription::deviceVersion

The endpoint's device version.


Definition at line 359 of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/stack/include/stack-info.h

inputClusterCount#

uint8_t EmberEndpointDescription::inputClusterCount

The number of input clusters.


Definition at line 361 of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/stack/include/stack-info.h

outputClusterCount#

uint8_t EmberEndpointDescription::outputClusterCount

The number of output clusters.


Definition at line 363 of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/stack/include/stack-info.h