Retrieve the name of a processor core.
#include <bps/deviceinfo.h>
BPS_API const char* deviceinfo_details_get_processor_core_name(deviceinfo_details_t *details,
int index)
BlackBerry 10.2.0
The deviceinfo_details_t structure to get the processor core name from.
The index of the processor core to get the name of. Must be less than deviceinfo_details_get_processor_core_count().
The deviceinfo_details_get_processor_core_name() function gets the name of the indexed processor core from the specified deviceinfo_details_t structure.
The processor core name.