LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
epassiso7816commands.hpp
Go to the documentation of this file.
1
7#ifndef LOGICALACCESS_EPASSISO7816COMMANDS_HPP
8#define LOGICALACCESS_EPASSISO7816COMMANDS_HPP
9
12
13namespace logicalaccess
14{
15#define CMD_EPASSISO7816 "EPassISO7816"
16class LLA_READERS_ISO7816_API EPassISO7816Commands : public EPassCommands
17{
18 public:
20
21 explicit EPassISO7816Commands(std::string ct);
22
23 virtual ~EPassISO7816Commands();
24
25 std::shared_ptr<ISO7816Commands> getISO7816Commands() const override
26 {
27 auto command = std::make_shared<ISO7816ISO7816Commands>();
28 command->setChip(getChip());
29 command->setReaderCardAdapter(getReaderCardAdapter());
30 return command;
31 }
32};
33} // namespace logicalaccess
34#endif
Definition: epasscommands.hpp:12
Definition: epassiso7816commands.hpp:17
std::shared_ptr< ISO7816Commands > getISO7816Commands() const override
Definition: epassiso7816commands.hpp:25
Definition: asn1.hpp:9