nrfxlib API 2.8.99
Loading...
Searching...
No Matches

◆ nfc_t4t_parameter_set()

int nfc_t4t_parameter_set ( nfc_t4t_param_id_t id,
void * data,
size_t data_length )

#include <nfc/include/nfc_t4t_lib.h>

Set an NFC parameter.

Allows to set an NFC configuration parameter.

Parameters
idID of the parameter to set.
dataPointer to a buffer containing the data to set.
data_lengthSize of the buffer containing the data to set.
Return values
0Success.
-NRF_EINVALInvalid argument (for example, wrong data length, NULL pointer).