deviceinfo_identifying_details_get_serial_number()

Retrieve the serial number of the device.

Synopsis:

#include <bps/deviceinfo.h>
 
BPS_API long long deviceinfo_identifying_details_get_serial_number(deviceinfo_identifying_details_t *details)

Since:

BlackBerry 10.0.0

Arguments:

details

The deviceinfo_identifying_details_t structure to get the serial number from.

Library:

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

Description:

The deviceinfo_identifying_details_get_serial_number() function gets the serial number of the device from the specified deviceinfo_identifying_details_t structure.

Returns:

The serial number of the device.