deviceinfo_details_get_model_name()

Retrieve the model name.

Synopsis:

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

Since:

BlackBerry 10.2.0

Arguments:

details

The deviceinfo_details_t structure to get the model name from.

Library:

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

Description:

The deviceinfo_details_get_model_name() function gets the model name from the specified deviceinfo_details_t structure.

Returns:

The model name.