deviceinfo_identifying_details_get_pin()

Retrieve the PIN.

Synopsis:

#include <bps/deviceinfo.h>
 
BPS_API int deviceinfo_identifying_details_get_pin(deviceinfo_identifying_details_t *details)

Since:

BlackBerry 10.0.0

Arguments:

details

The deviceinfo_identifying_details_t structure to get the PIN from.

Library:

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

Description:

The deviceinfo_identifying_details_get_pin() function gets the PIN from the specified deviceinfo_identifying_details_t structure.

Returns:

The PIN.