Retrieve the device identifying information.
#include <bps/deviceinfo.h>
BPS_API int deviceinfo_get_identifying_data(deviceinfo_identifying_data_t *data) BPS_DEPRECATED
BlackBerry 10.0.0
This will be populated with the device identifying information. The caller must call the deviceinfo_free_identifying_data() function when done with this structure.
Deprecated:
Use deviceinfo_get_identifying_details()
The deviceinfo_get_identifying_data() function gets the device identifying information. This function requires the application to have the read_device_identifying_information capability. 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>".
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.