7#ifndef LOGICALACCESS_TWICISO7816COMMANDS_HPP
8#define LOGICALACCESS_TWICISO7816COMMANDS_HPP
13#include <logicalaccess/plugins/readers/iso7816/lla_readers_iso7816_api.hpp>
20#define CMD_TWICISO7816 "TwicISO7816"
49 void selectTWICApplication()
override;
55 ByteVector getUnsignedCardholderUniqueIdentifier()
override;
68 ByteVector getCardholderUniqueIdentifier()
override;
74 ByteVector getCardHolderFingerprints()
override;
84 auto command = std::make_shared<ISO7816ISO7816Commands>();
85 command->setChip(getChip());
86 command->setReaderCardAdapter(getReaderCardAdapter());
The ISO7816 commands base class.
Definition: iso7816iso7816commands.hpp:46
The Twic commands class.
Definition: twiccommands.hpp:21
The Twic ISO7816 commands base class.
Definition: twiciso7816commands.hpp:32
std::shared_ptr< ISO7816Commands > getISO7816Commands() const override
Definition: twiciso7816commands.hpp:82
std::vector< uint8_t > ByteVector
Definition: lla_fwd.hpp:80