Type Definition flipper0::ffi::FuriHalInfoValueCallback

source ·
pub type FuriHalInfoValueCallback = Option<unsafe extern "C" fn(*const i8, *const i8, bool, *mut c_void)>;
Expand description

Callback type called every time another key-value pair of device information is ready

@param key[in] device information type identifier @param value[in] device information value @param last[in] whether the passed key-value pair is the last one @param context[in] to pass to callback