version_get

Function 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.

§Returns

pointer to Version data.