Return the handover transport type from a connection handover carrier NDEF record.
#include <nfc/nfc_ndef.h>
NFC_API nfc_result_t nfc_get_handover_transport_type(const nfc_ndef_record_t *rec, handover_transport_type_t *transport)
BlackBerry 10.0.0
The connection handover carrier NDEF record.
The returned connection handover transport type in handover_transport_type_t.
This function returns the transport type from a connection handover carrier NDEF record.
NFC_RESULT_SUCCESS, otherwise NFC_RESULT_INVALID_PARAMETER to indicate that a parameter is invalid, or that the provided NDEF record is chunked.