furi_thread_set_stdin_callback

Function furi_thread_set_stdin_callback 

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

Set standard input 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