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