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)
Arguments:
- details
-
The deviceinfo_identifying_details_t structure to get the PIN from.
Library:
libbpsDescription:
The deviceinfo_identifying_details_get_pin() function gets the PIN from the specified deviceinfo_identifying_details_t structure.
Returns:
The PIN.