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#

sl_zigbee_af_dido_cluster_send_debug_report(uint8_t debugReportId, sl_802154_short_addr_t nodeId, uint8_t endpoint)

Send a debug report to the specified nodeId.

API Documentation#

sl_zigbee_af_dido_cluster_send_debug_report#

sl_status_t sl_zigbee_af_dido_cluster_send_debug_report (uint8_t debugReportId, sl_802154_short_addr_t 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

  • sl_status_t status code


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