AusweisApp
Lade ...
Suche ...
Keine Treffer
UpdateRetryCounterCommand.h
gehe zur Dokumentation dieser Datei
1
9#pragma once
10
11#include "BaseCardCommand.h"
12
13class test_UpdateRetryCounterCommand;
14
15namespace governikus
16{
17
19 : public BaseCardCommand
20{
21 Q_OBJECT
22 friend class ::test_UpdateRetryCounterCommand;
23
24 protected:
25 void internalExecute() override;
26 ~UpdateRetryCounterCommand() override = default;
27
28 public:
29 explicit UpdateRetryCounterCommand(QSharedPointer<CardConnectionWorker> pCardConnectionWorker);
30
31};
32
33} // namespace governikus
Definition BaseCardCommand.h:23
Definition UpdateRetryCounterCommand.h:20
void internalExecute() override
Definition UpdateRetryCounterCommand.cpp:16
~UpdateRetryCounterCommand() override=default
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:17