Deserialize the provided data and populate the provided smart card identifier instance with the data from the provided serialized buffer.
#include <smartcard/sc_smart_card_id.h>
sc_response_code_t sc_smart_card_id_deserialize(sc_smart_card_id_t *smart_card_id,
const unsigned char *buffer,
size_t buffer_length)
BlackBerry 10.2.0
The smart card identifier. This value cannot be NULL.
The buffer containing the serialized data. This value cannot be NULL.
The length of buffer.
SC_SCARD_S_SUCCESS upon success, an error code otherwise. See sc_response_code_t for error code definitions.