furi_thread_get_stdin_callback

Function furi_thread_get_stdin_callback 

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

Get the standard input callback for the current thead.

ยงArguments

  • callback (direction out) - where to store the stdin callback
  • context (direction out) - where to store the context