deviceinfo_details_get_processor_name()

Retrieve the processor name.

Synopsis:

#include <bps/deviceinfo.h>
 
BPS_API const char* deviceinfo_details_get_processor_name(deviceinfo_details_t *details)

Since:

BlackBerry 10.2.0

Arguments:

details

The deviceinfo_details_t structure to get the processor name from.

Library:

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

Description:

The deviceinfo_details_get_processor_name() function gets the processor name from the specified deviceinfo_details_t structure.

Returns:

The processor name.