Retrieve the size data inside a smart poster title record.
#include <nfc/nfc_ndef.h>
NFC_API nfc_result_t nfc_get_sp_size(const nfc_ndef_record_t *sp_rec, uint32_t *size)
BlackBerry 10.0.0
The smart poster record containing the embedded size record in its payload. Chunked NDEF records are not supported.
A pointer to the size of the data inside a smart poster title record.
This function returns, if available, the size of the data embedded inside the smart poster NDEF record payload.
NFC_RESULT_SUCCESS, otherwise NFC_RESULT_INVALID_PARAMETER to indicate that a parameter is invalid, or that the provided NDEF record is chunked.