Function flipper0::ffi::version_get

source ·
pub unsafe extern "C" fn version_get() -> *const Version
Expand description

Get current running firmware version handle.

You can store it somewhere. But if you want to retrieve data, you have to use ‘version_get()’ set of functions. Also, ‘version_get()’ imply to use this handle if no handle (NULL_PTR) provided.

@return pointer to Version data.