14 struct IosCardPointer;
25 void waitForRequestCompleted(
const bool& pCondition)
const;
31 [[nodiscard]]
bool isValid()
const;
34 CardReturnCode
connect()
override;
bool isConnected() override
Is the smart card connected, i.e.
void setProgressMessage(const QString &pMessage, int pProgress=-1) override
Sets the current workflow progress message.
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:14
CardReturnCode disconnect() override
Destroys the previously established connection to the smart card.
Implementation detail which can only be used by Object-C++ since it stores a pointer to an Objective-...
Definition: IosCardPointer.h:13
ResponseApduResult transmit(const CommandApdu &pCmd) override
Performs a transmit to the smart card.
Definition: CommandApdu.h:14
Definition: ResponseApdu.h:106
CardReturnCode connect() override
Establish a connection to the smart card.
IosCard(IosCardPointer *pTag)