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)

Since:

BlackBerry 10.0.0

Arguments:

details

The deviceinfo_details_t structure to get the hardware ID from.

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

The deviceinfo_details_get_hardware_id() function gets the hardware ID from the specified deviceinfo_details_t structure.

Returns:

The hardware ID.