furi_record_open

Function furi_record_open 

Source
pub unsafe extern "C" fn furi_record_open(
    name: *const c_char,
) -> *mut c_void
Expand description

Open record

§Arguments

  • name - record name

§Returns

pointer to the record

Note: Thread safe. Open and close must be executed from the same thread. Suspends caller thread till record is available