DIDO Server#

API and Callbacks for the DIDO Cluster Server Component.

This component manages the diagnostic information data object (DIDO) interface. It wraps diagnostic data into a single buffer to be sent out for processing.

API#

EmberStatus
emberAfDidoClusterSendDebugReport(uint8_t debugReportId, EmberNodeId nodeId, uint8_t endpoint)

Send a debug report to the specified nodeId.

API Documentation#

emberAfDidoClusterSendDebugReport#

EmberStatus emberAfDidoClusterSendDebugReport (uint8_t debugReportId, EmberNodeId nodeId, uint8_t endpoint)

Send a debug report to the specified nodeId.

Parameters
N/AdebugReportId

Ver.: always

N/AnodeId

Ver.: always

N/Aendpoint

Ver.: always

Returns

  • EmberStatus status code


Definition at line 50 of file app/framework/plugin/dido/dido.h