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