pub unsafe extern "C" fn furi_hal_info_get(
callback: PropertyValueCallback,
sep: c_char,
context: *mut c_void,
)Expand description
Get device information
ยงArguments
callback(direction in) - callback to provide with new datasep(direction in) - category separator charactercontext(direction in) - context to pass to callback