AusweisApp
|
#include <TransmitCommand.h>
Öffentliche Methoden | |
TransmitCommand (QSharedPointer< CardConnectionWorker > pCardConnectionWorker, const QList< InputAPDUInfo > &pInputApduInfos, const QString &pSlotHandle) | |
const QByteArrayList & | getOutputApduAsHex () const |
const QString & | getSlotHandle () const |
bool | getSecureMessagingStopped () const |
![]() | |
void | run () |
CardReturnCode | getReturnCode () const |
Öffentliche, statische Methoden | |
static bool | isAcceptable (const InputAPDUInfo &pInputApduInfo, const ResponseApdu &pResponse) |
Geschützte Methoden | |
void | internalExecute () override |
~TransmitCommand () override=default | |
![]() | |
BaseCardCommand (QSharedPointer< CardConnectionWorker > pCardConnectionWorker) | |
QSharedPointer< CardConnectionWorker > | getCardConnectionWorker () |
void | setReturnCode (CardReturnCode pReturnCode) |
~BaseCardCommand () override=default | |
Freundbeziehungen | |
class | ::test_TransmitCommand |
Weitere Geerbte Elemente | |
![]() | |
void | commandDone (QSharedPointer< BaseCardCommand > pCommand) |
|
overrideprotecteddefault |
|
explicit |
|
inline |
|
inline |
|
inline |
|
overrideprotectedvirtual |
Implementiert governikus::BaseCardCommand.
|
static |