LibLogicalAccess
2.5.0
An Open Source RFID Library
|
The base abstract commands class for all card commands. More...
#include <icommands.hpp>
Public Member Functions | |
virtual | ~ICommands ()=default |
virtual std::shared_ptr< Chip > | getChip () const =0 |
Get the chip. | |
virtual std::shared_ptr< ReaderCardAdapter > | getReaderCardAdapter () const =0 |
Get the reader/card adapter. | |
The base abstract commands class for all card commands.
|
virtualdefault |
|
pure virtual |
Get the chip.
Implemented in logicalaccess::Commands, logicalaccess::DESFireEV1ISO7816Commands, logicalaccess::SAMAV2ISO7816Commands, and logicalaccess::DESFireEV1STidSTRCommands.
|
pure virtual |
Get the reader/card adapter.
Implemented in logicalaccess::Commands, logicalaccess::DESFireEV1ISO7816Commands, logicalaccess::SAMAV2ISO7816Commands, and logicalaccess::DESFireEV1STidSTRCommands.