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