LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
mifareultralightcacsacrcommands.hpp
Go to the documentation of this file.
1
7#ifndef LOGICALACCESS_MIFAREULTRALIGHTCACSACRCOMMANDS_HPP
8#define LOGICALACCESS_MIFAREULTRALIGHTCACSACRCOMMANDS_HPP
9
11
12namespace logicalaccess
13{
14#define CMD_MIFAREULTRALIGHTCACSACR "MifareUltralightCACSACR"
18class LLA_READERS_PCSC_API MifareUltralightCACSACRCommands
20{
21 public:
26
27 explicit MifareUltralightCACSACRCommands(std::string);
28
33
34 protected:
35 ISO7816Response sendGenericCommand(const ByteVector &data) override;
36};
37}
38
39#endif /* LOGICALACCESS_MIFAREULTRALIGHTCACSACRCOMMANDS_HPP */
A ISO7816 response message.
Definition: iso7816response.hpp:21
The Mifare Ultralight C commands class for ACS ACR reader.
Definition: mifareultralightcacsacrcommands.hpp:20
The Mifare Ultralight C commands class for PCSC reader.
Definition: mifareultralightcpcsccommands.hpp:25
std::vector< uint8_t > ByteVector
Definition: lla_fwd.hpp:80
Mifare Ultralight C pcsc card.
Definition: asn1.hpp:9