LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
mifareultralightcspringcardcommands.hpp
Go to the documentation of this file.
1
7#ifndef LOGICALACCESS_MIFAREULTRALIGHTCSPRINGCARDCOMMANDS_HPP
8#define LOGICALACCESS_MIFAREULTRALIGHTCSPRINGCARDCOMMANDS_HPP
9
11
12namespace logicalaccess
13{
14#define CMD_MIFAREULTRALIGHTCSPRINGCARD "MifareUltralightCSpringCard"
15
19class LLA_READERS_PCSC_API MifareUltralightCSpringCardCommands
21{
22 public:
27
28 explicit MifareUltralightCSpringCardCommands(std::string ct);
29
34
35 protected:
36 void startGenericSession() override;
37
38 void stopGenericSession() override;
39
40 ISO7816Response sendGenericCommand(const ByteVector &data) override;
41};
42}
43
44#endif /* LOGICALACCESS_MIFAREULTRALIGHTCSPRINGCARDCOMMANDS_HPP */
A ISO7816 response message.
Definition: iso7816response.hpp:21
The Mifare Ultralight C commands class for PCSC reader.
Definition: mifareultralightcpcsccommands.hpp:25
The Mifare Ultralight C commands class for SpringCard reader.
Definition: mifareultralightcspringcardcommands.hpp:21
std::vector< uint8_t > ByteVector
Definition: lla_fwd.hpp:80
Mifare Ultralight C pcsc card.
Definition: asn1.hpp:9