deviceinfo_details_get_processor_core_name()

Retrieve the name of a processor core.

Synopsis:

#include <bps/deviceinfo.h>
 
BPS_API const char* deviceinfo_details_get_processor_core_name(deviceinfo_details_t *details,
                                                               int index)

Since:

BlackBerry 10.2.0

Arguments:

details

The deviceinfo_details_t structure to get the processor core name from.

index

The index of the processor core to get the name of. Must be less than deviceinfo_details_get_processor_core_count().

Library:

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

Description:

The deviceinfo_details_get_processor_core_name() function gets the name of the indexed processor core from the specified deviceinfo_details_t structure.

Returns:

The processor core name.