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

◆ nfc_t4t_cc_file_parse()

int nfc_t4t_cc_file_parse ( struct nfc_t4t_cc_file t4t_cc_file,
const uint8_t *  raw_data,
uint16_t  len 
)

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

Function for parsing raw data of a CC file, read from a Type 4 Tag.

This function parses raw data of a Capability Container file and stores the results in its descriptor.

Parameters
[in,out]t4t_cc_filePointer to the CC file descriptor that will be filled with parsed data.
[in]raw_dataPointer to the buffer with raw data.
[in]lenBuffer length.
Return values
0If the operation was successful. Otherwise, a (negative) error code is returned.