M5Unit-NFC 0.0.3 git rev:59f5362
Loading...
Searching...
No Matches
nfc_b_file_system.hpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2025 M5Stack Technology CO LTD
3 *
4 * SPDX-License-Identifier: MIT
5 */
10#ifndef M5_UNIT_UNIFIED_NFC_NFC_ISODEP_NFC_B_FILE_SYSTEM_HPP
11#define M5_UNIT_UNIFIED_NFC_NFC_ISODEP_NFC_B_FILE_SYSTEM_HPP
12
13#include "file_system.hpp"
14
15namespace m5 {
16namespace nfc {
17class NFCLayerB;
18
23class NFCBFileSystem : public FileSystem {
24public:
25 explicit NFCBFileSystem(m5::nfc::NFCLayerB& layer);
26};
27
28} // namespace nfc
29} // namespace m5
30#endif
ISO/IEC 7816-4 file system.
Definition file_system.hpp:81
File system base using isoDEP for NFC-B.
Definition nfc_b_file_system.hpp:23
Common interface layer for each chip of the NFC-B reader.
Definition nfc_layer_b.hpp:39
File system base using isoDEP.
Top level namespace of M5stack.
NFC related definitions.