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