Function flipperzero_sys::version_get
source · pub unsafe extern "C" fn version_get() -> *const VersionExpand 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.
Returns:
- pointer to Version data.