Diagnostic Server#

API and Callbacks for the Diagnostic Cluster Server Component.

This component handles the retrieval of diagnostic information from the stack through the diagnostic cluster. Implement the component as follows:

API#

bool
emberAfReadDiagnosticAttribute(EmberAfAttributeMetadata *attributeMetadata, uint8_t *buffer)

Read diagnostic attributes.

API Documentation#

emberAfReadDiagnosticAttribute#

bool emberAfReadDiagnosticAttribute (EmberAfAttributeMetadata *attributeMetadata, uint8_t *buffer)

Read diagnostic attributes.

Parameters
N/AattributeMetadata

Ver.: always

N/Abuffer

Ver.: always

Returns

  • bool true is success


Definition at line 49 of file app/framework/plugin/diagnostic-server/diagnostic-server.h