openthread_sys

Function otPlatDebugUart_logfile

Source
pub unsafe extern "C" fn otPlatDebugUart_logfile(
    filename: *const c_char,
) -> otError
Expand description

Some platforms (simulation) can log to a file.

@returns OT_ERROR_NONE @returns OT_ERROR_FAILED

Platforms that desire this MUST provide an implementation.