deviceinfo_get_data()

Retrieve the current device information.

Synopsis:

#include <bps/deviceinfo.h>
 
BPS_API int deviceinfo_get_data(deviceinfo_data_t *data) BPS_DEPRECATED

Since:

BlackBerry 10.0.0

Arguments:

data

This will be populated with the device information. The caller must call the deviceinfo_free_data() function when done with this structure.

Library:

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

Description:

Deprecated:

Use deviceinfo_get_details() instead.

The deviceinfo_get_data() function gets the current device information.

Returns:

BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.