deviceinfo_identifying_details_t

Opaque device identifying information type.

Synopsis:

#include <bps/deviceinfo.h>
 
struct deviceinfo_identifying_details_t;

Since:

BlackBerry 10.0.0

Library:

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

Description:

The deviceinfo_identifying_details_t structure is an opaque handle to information that uniquely identifies the device. You can extract device identifying information using accessor functions.

The application must have the read_device_identifying_information capability to access this information. To grant an application the read_device_identifying_information capability, the bar-descriptor.xml file in the application's project must contain the line "<permission>read_device_identifying_information</permission>".