Struct that maps actual endpoint type, onto a specific endpoint.

Public Attributes#

uint8_t
uint16_t
EmberAfEndpointBitmask

Public Attribute Documentation#

endpoint#

uint8_t EmberAfDefinedEndpoint::endpoint

Actual zigbee endpoint number.


Definition at line 518 of file ./app/framework/include/af-types.h

profileId#

EmberAfProfileId EmberAfDefinedEndpoint::profileId

Profile ID of the device on this endpoint.


Definition at line 522 of file ./app/framework/include/af-types.h

deviceId#

uint16_t EmberAfDefinedEndpoint::deviceId

Device ID of the device on this endpoint.


Definition at line 526 of file ./app/framework/include/af-types.h

deviceVersion#

uint8_t EmberAfDefinedEndpoint::deviceVersion

Version of the device.


Definition at line 530 of file ./app/framework/include/af-types.h

endpointType#

EmberAfEndpointType* EmberAfDefinedEndpoint::endpointType

Endpoint type for this endpoint.


Definition at line 534 of file ./app/framework/include/af-types.h

networkIndex#

uint8_t EmberAfDefinedEndpoint::networkIndex

Network index for this endpoint.


Definition at line 538 of file ./app/framework/include/af-types.h

bitmask#

EmberAfEndpointBitmask EmberAfDefinedEndpoint::bitmask

Meta-data about the endpoint


Definition at line 542 of file ./app/framework/include/af-types.h