deviceinfo_identifying_details_get_meid()

Retrieve the MEID.

Synopsis:

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

Since:

BlackBerry 10.2.0

Arguments:

details

The deviceinfo_identifying_details_t structure to get the MEID from.

Library:

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

Description:

The deviceinfo_identifying_details_get_meid() function gets the MEID from the specified deviceinfo_identifying_details_t structure.

Returns:

The MEID or NULL if it is not available.