nfc_set_sp_action()

Set the optional smart poster action record in a smart poster NDEF record.

Synopsis:

#include <nfc/nfc_ndef.h>
 
NFC_API nfc_result_t nfc_set_sp_action(nfc_ndef_record_t *sp_rec, uchar_t value)

Since:

BlackBerry 10.0.0

Arguments:

sp_rec

The smart poster NDEF record to add the action record to its payload. Chunked NDEF records are not supported.

value

The value byte associated with the action record.

Library:

libnfc (For the qcc command, use the -l nfc option to link against this library)

Description:

This function sets the optional action data embedded inside the smart poster NDEF record payload. This function must not be called more than once on the same NDEF record.

Returns:

NFC_RESULT_SUCCESS, otherwise NFC_RESULT_INVALID_PARAMETER to indicate that a parameter is invalid, or that the provided NDEF record is chunked.