7#ifndef LOGICALACCESS_NFCTAGCARDSERVICE_HPP
8#define LOGICALACCESS_NFCTAGCARDSERVICE_HPP
36 virtual void writeNDEF(std::shared_ptr<NdefMessage> records);
38 virtual std::shared_ptr<NdefMessage>
readNDEF() = 0;
40 virtual void eraseNDEF();
The base card service class for all services.
Definition: cardservice.hpp:50
Definition: nfctagcardservice.hpp:26
virtual std::shared_ptr< NdefMessage > readNDEF()=0
The NFC Tag storage card service base class.
Definition: nfctagcardservice.hpp:20
int byteAddr
Definition: nfctagcardservice.hpp:21
unsigned int size
Definition: nfctagcardservice.hpp:22