14 struct IosCardPointer;
25 void waitForRequestCompleted(
const bool& pCondition)
const;
Definition: CommandApdu.h:16
ResponseApduResult transmit(const CommandApdu &pCmd) override
Performs a transmit to the smart card.
bool isConnected() override
Is the smart card connected, i.e.
IosCard(IosCardPointer *pTag)
CardReturnCode disconnect() override
Destroys the previously established connection to the smart card.
void setProgressMessage(const QString &pMessage, int pProgress=-1) override
Sets the current workflow progress message.
CardReturnCode connect() override
Establish a connection to the smart card.
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:14
Definition: ResponseApdu.h:107