deviceinfo_data_t

Device information.

Synopsis:

struct deviceinfo_data_t {
    int hardware_id ;
    char * device_os ;
    char * scm_bundle ;
};

Since:

BlackBerry 10.0.0

Data:

int hardware_id
The device's hardware ID.

Since: BlackBerry 10.0.0

char * device_os
The device's OS.

Since: BlackBerry 10.0.0

char * scm_bundle
The device's SCM bundle.

Since: BlackBerry 10.0.0

Library:

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

Description:

Deprecated:

Use deviceinfo_details_t instead.

The deviceinfo_data_t structure contains information pertaining to the device.