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)
Used to send a debug report to the specified nodeId.
API Documentation#
emberAfDidoClusterSendDebugReport#
EmberStatus emberAfDidoClusterSendDebugReport (uint8_t debugReportId, EmberNodeId nodeId, uint8_t endpoint)
Used to send a debug report to the specified nodeId.
Parameters
Type | Direction | Argument Name | Description |
---|---|---|---|
uint8_t | N/A | debugReportId | Ver.: always |
EmberNodeId | N/A | nodeId | Ver.: always |
uint8_t | N/A | endpoint | Ver.: always |
Returns
EmberStatus status code