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 Attribute Documentation#
profileId#
uint16_t EmberEndpointDescription::profileId
Identifies the endpoint's application profile.
Definition at line
376
of file stack/include/stack-info.h
deviceId#
uint16_t EmberEndpointDescription::deviceId
The endpoint's device ID within the application profile.
Definition at line
378
of file stack/include/stack-info.h
deviceVersion#
uint8_t EmberEndpointDescription::deviceVersion
The endpoint's device version.
Definition at line
380
of file stack/include/stack-info.h
inputClusterCount#
uint8_t EmberEndpointDescription::inputClusterCount
The number of input clusters.
Definition at line
382
of file stack/include/stack-info.h
outputClusterCount#
uint8_t EmberEndpointDescription::outputClusterCount
The number of output clusters.
Definition at line
384
of file stack/include/stack-info.h