M5Unit-NFC 0.0.3 git rev:59f5362
Loading...
Searching...
No Matches
file_system.hpp File Reference

File system base using isoDEP. More...

#include "isoDEP.hpp"
#include "nfc/apdu/apdu.hpp"

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.
 

Detailed Description

File system base using isoDEP.

Function Documentation

◆ parseFCI()

bool m5::nfc::parseFCI ( FCP & fcp,
const uint8_t * data,
const uint32_t len )

Parse FCI (tag 0x6F) and fill FCP.

Parameters
dataFCI data
lenFCI length
[out]fcpOutput FCP
Returns
True if FCI parsed, false otherwise