LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
mifareultralightcomnikeyxx21commands.hpp
Go to the documentation of this file.
1
7#ifndef LOGICALACCESS_MIFAREULTRALIGHTCOMNIKEYXX21COMMANDS_HPP
8#define LOGICALACCESS_MIFAREULTRALIGHTCOMNIKEYXX21COMMANDS_HPP
9
11
12namespace logicalaccess
13{
14#define CMD_MIFAREULTRALIGHTCOMNIKEYXX21 "MifareUltralightCOmnikeyXX21"
18class LLA_READERS_PCSC_API MifareUltralightCOmnikeyXX21Commands
20{
21 public:
26
27 explicit MifareUltralightCOmnikeyXX21Commands(std::string);
28
33
34 protected:
35 void startGenericSession() override;
36
37 void stopGenericSession() override;
38
39 ISO7816Response sendGenericCommand(const ByteVector &data) override;
40};
41}
42
43#endif /* LOGICALACCESS_MIFAREULTRALIGHTCOMNIKEYXX21COMMANDS_HPP */
A ISO7816 response message.
Definition: iso7816response.hpp:21
The Mifare Ultralight C commands class for Omnikey xx21 reader.
Definition: mifareultralightcomnikeyxx21commands.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