Create an NFC Forum Well-Known SmartPoster NDEF record.
#include <nfc/nfc_ndef.h>
NFC_API nfc_result_t nfc_create_sp_record(const char *utf8_uri, nfc_ndef_record_t **rec)
BlackBerry 10.0.0
The UTF-8 encoded text. The URI will be set for the mandatory URI record of a SmartPoster NDEF record.
The returned SmartPoster NDEF record.
This function creates an NFC Forum Well-Known SmartPoster NDEF record.
NFC_RESULT_SUCCESS, or NFC_RESULT_INVALID_PARAMETER to indicate an invalid argument.