furi_thread_set_stdout_callback

Function furi_thread_set_stdout_callback 

Source
pub unsafe extern "C" fn furi_thread_set_stdout_callback(
    callback: FuriThreadStdoutWriteCallback,
    context: *mut c_void,
)
Expand description

Set standard output callback for the current thread.

ยงArguments

  • callback (direction in) - pointer to the callback function or NULL to clear
  • context (direction in) - context to be passed to the callback