![]() |
nRF Connect SDK API 3.3.99
|
| 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.
| [in,out] | t4t_cc_file | Pointer to the CC file descriptor that will be filled with parsed data. |
| [in] | raw_data | Pointer to the buffer with raw data. |
| [in] | len | Buffer length. |
| 0 | If the operation was successful. Otherwise, a (negative) error code is returned. |