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