Map 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 534 of file app/framework/include/af-types.h

profileId#

EmberAfProfileId EmberAfDefinedEndpoint::profileId

Profile ID of the device on this endpoint.


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

deviceId#

uint16_t EmberAfDefinedEndpoint::deviceId

Device ID of the device on this endpoint.


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

deviceVersion#

uint8_t EmberAfDefinedEndpoint::deviceVersion

Version of the device.


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

endpointType#

EmberAfEndpointType* EmberAfDefinedEndpoint::endpointType

Endpoint type for this endpoint.


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

networkIndex#

uint8_t EmberAfDefinedEndpoint::networkIndex

Network index for this endpoint.


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

bitmask#

EmberAfEndpointBitmask EmberAfDefinedEndpoint::bitmask

Meta-data about the endpoint.


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