pub unsafe extern "C" fn otDumpNotePlat(
aText: *const c_char,
aData: *const c_void,
aDataLength: u16,
)
Expand description
Generates a memory dump at note log level.
If OPENTHREAD_CONFIG_LOG_PLATFORM
or OPENTHREAD_CONFIG_LOG_PKT_DUMP
is not set or the current log level is below
note this function does not emit any log message.
@param[in] aText A string that is printed before the bytes. @param[in] aData A pointer to the data buffer. @param[in] aDataLength Number of bytes in @p aData.