Compact Logger#

Callbacks for Compact Logger Component.

Callbacks#

void
sl_zigbee_af_compact_logger_utc_time_set_cb(uint32_t currentUtcTimeSeconds)

Return the current UTC time.

Callbacks Documentation#

sl_zigbee_af_compact_logger_utc_time_set_cb#

void sl_zigbee_af_compact_logger_utc_time_set_cb (uint32_t currentUtcTimeSeconds)

Return the current UTC time.

Parameters
N/AcurrentUtcTimeSeconds

The current UTC time in seconds. Ver.: always

This function is called when the UTC time has been set. It returns the current UTC time. This callback is fired after all applicable compact-logger events have had their UTC time updated.


Definition at line 207 of file app/framework/plugin/compact-logger/compact-logger.h