Opaque device identifying information type.
#include <bps/deviceinfo.h>
struct deviceinfo_identifying_details_t;
BlackBerry 10.0.0
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>".