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