12 #include <QWaitCondition>
17 struct IosCardPointer;
27 QWaitCondition mWaitCondition;
37 virtual CardReturnCode
connect()
override;
Definition: CommandApdu.h:16
IosCard(IosCardPointer *pTag)
virtual CardReturnCode disconnect() override
Destroys the previously established connection to the smart card.
void fireTransmitFailed()
virtual CardReturnCode connect() override
Establish a connection to the smart card.
virtual ResponseApduResult transmit(const CommandApdu &pCmd) override
Performs a transmit to the smart card.
virtual bool isConnected() override
Is the smart card connected, i.e.
virtual void setProgressMessage(const QString &pMessage) override
Sets the current workflow progress message.
virtual ~IosCard() override
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15
Implementation detail which can only be used by Object-C++ since it stores a pointer to an Objective-...
Definition: IosCardPointer.h:12
Definition: ResponseApdu.h:107