nRF Connect SDK API 2.8.99
|
int(* nfc_tnep_poller_ndef_api::ndef_read) (uint8_t *ndef_buf, uint16_t ndef_len) |
Function used to read the NDEF Message.
It is called when TNEP Poller has to read NDEF data from NFC TNEP Tag Device.
[out] | ndef_buf | Pointer to buffer where NDEF Message will be stored. This buffer has to be kept until the read operation is finished. |
[in] | ndef_len | Size of the NDEF Buffer |
0 | If the operation was successful. Otherwise, a (negative) error code is returned. |