AusweisApp
Lade ...
Suche ...
Keine Treffer
Bootstrap.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
7namespace governikus
8{
9
10int initApp(int& argc, char** argv);
11void shutdownApp();
12
13} // namespace governikus
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16
int initApp(int &argc, char **argv)
Definition: Bootstrap.cpp:172
void shutdownApp()
Definition: Bootstrap.cpp:155