WWAH Client Silicon Labs#

Callbacks for WWAH Client Silicon Labs Component.

Callbacks#

void

WWAH cluster client init callback.

bool
emberAfSlWwahClusterDebugReportQueryResponseCallback(uint8_t debugReportId, uint8_t *debugReportData)

WWAH cluster debug report query response callback.

Callbacks Documentation#

emberAfSlWwahClusterClientInitCallback#

void emberAfSlWwahClusterClientInitCallback (uint8_t endpoint)

WWAH cluster client init callback.

Parameters
N/Aendpoint

end point


Definition at line 57 of file app/framework/plugin/wwah-client-silabs/wwah-client-silabs.h

emberAfSlWwahClusterDebugReportQueryResponseCallback#

bool emberAfSlWwahClusterDebugReportQueryResponseCallback (uint8_t debugReportId, uint8_t *debugReportData)

WWAH cluster debug report query response callback.

Parameters
N/AdebugReportId

debug report ID

N/AdebugReportData

debug report data


Definition at line 65 of file app/framework/plugin/wwah-client-silabs/wwah-client-silabs.h