|
M5Unit-NFC 0.0.3 git rev:59f5362
|
File system base using isoDEP. More...
#include "file_system.hpp"#include "nfc/isoDEP/isoDEP.hpp"#include "nfc/apdu/apdu.hpp"#include <M5Utility.hpp>#include <algorithm>#include <limits>Namespaces | |
| namespace | m5 |
| Top level namespace of M5stack. | |
Functions | |
| bool | m5::nfc::parseFCI (FCP &fcp, const uint8_t *data, const uint32_t len) |
| Parse FCI (tag 0x6F) and fill FCP. | |
File system base using isoDEP.
| bool m5::nfc::parseFCI | ( | FCP & | fcp, |
| const uint8_t * | data, | ||
| const uint32_t | len ) |
Parse FCI (tag 0x6F) and fill FCP.
| data | FCI data | |
| len | FCI length | |
| [out] | fcp | Output FCP |