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
sl_zigbee_af_read_diagnostic_attribute(sl_zigbee_af_attribute_metadata_t *attributeMetadata, uint8_t *buffer)

Read diagnostic attributes.

API Documentation#

sl_zigbee_af_read_diagnostic_attribute#

bool sl_zigbee_af_read_diagnostic_attribute (sl_zigbee_af_attribute_metadata_t * 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