Gives the endpoint information for a particular endpoint.

#include < stack-info.h >

Data Fields

uint8_t endpoint
EmberEndpointDescription const * description
uint16_t const * inputClusterList
uint16_t const * outputClusterList

Gives the endpoint information for a particular endpoint.

Field Documentation

description

EmberEndpointDescription const* EmberEndpoint::description

The endpoint's description.

endpoint

uint8_t EmberEndpoint::endpoint

An endpoint of the application on this node.

inputClusterList

uint16_t const* EmberEndpoint::inputClusterList

Input clusters the endpoint will accept.

outputClusterList

uint16_t const* EmberEndpoint::outputClusterList

Output clusters the endpoint may send.


The documentation for this struct was generated from the following file:
  • stack-info.h