|
M5Unit-NFC 0.0.3 git rev:59f5362
|
File system base using isoDEP. More...
Go to the source code of this file.
Classes | |
| struct | m5::nfc::FCP |
| File Control Parameters. More... | |
| class | m5::nfc::FileSystem |
| ISO/IEC 7816-4 file system. More... | |
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 |