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

◆ nfc_t2t_parameter_set()

int nfc_t2t_parameter_set ( nfc_t2t_param_id_t id,
void * data,
size_t data_length )

#include <nfc/include/nfc_t2t_lib.h>

Set up an NFC parameter.

This function 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 (e.g. wrong data length, NULL pointer).