Get the payload of a NDEF record.
#include <nfc/nfc_ndef.h>
NFC_API nfc_result_t nfc_get_ndef_record_payload(const nfc_ndef_record_t *rec, uchar_t **payload, size_t *payload_length)
BlackBerry 10.0.0
The NDEF record.
The returned payload.
The returned payload length.
This function returns the payload associated with the NDEF record.
NFC_RESULT_SUCCESS, or NFC_RESULT_INVALID_PARAMETER to indicate an invalid argument.