7#ifndef LOGICALACCESS_ICOMMANDS_HPP
8#define LOGICALACCESS_ICOMMANDS_HPP
28 virtual std::shared_ptr<Chip>
getChip()
const = 0;
The base abstract commands class for all card commands.
Definition: icommands.hpp:20
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.