Retrieve the speed of a processor core.
#include <bps/deviceinfo.h>
BPS_API int deviceinfo_details_get_processor_core_speed(deviceinfo_details_t *details,
int index)
BlackBerry 10.2.0
The deviceinfo_details_t structure to get the processor core speed from.
The index of the processor core to get the speed of. Must be less than deviceinfo_details_get_processor_core_count().
The deviceinfo_details_get_processor_core_speed() function gets the speed of the indexed processor core from the specified deviceinfo_details_t structure. The processor core speed is reported in megahertz (MHz).
The processor core speed or BPS_FAILURE on error.