nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ nfc_t4t_isodep_transmit()

int nfc_t4t_isodep_transmit ( const uint8_t *  data,
size_t  data_len 
)

#include <include/nfc/t4t/isodep.h>

Exchange the specified amount of data.

This function can be called when a Tag is in selected state after calling nfc_t4t_isodep_rats_send.

Parameters
[in]dataPointer to the data to transfer over ISO-DEP protocol.
[in]data_lenLength of the data to transmit.
Return values
0If the operation was successful. Otherwise, a (negative) error code is returned.