deviceinfo_details_get_device_os_version()
Retrieve the device OS version.
Synopsis:
#include <bps/deviceinfo.h>
BPS_API const char* deviceinfo_details_get_device_os_version(deviceinfo_details_t *details)
Arguments:
- details
-
The deviceinfo_details_t structure to get the device OS version from.
Library:
libbpsDescription:
The deviceinfo_details_get_device_os_version() function gets the device OS version from the specified deviceinfo_details_t structure. The device OS version is the version number of the operating system on the device.
Returns:
The device OS version.