AusweisApp
|
#include <stdbool.h>
gehe zum Quellcode dieser Datei
Typdefinitionen | |
typedef void(* | AusweisApp2Callback) (const char *pMsg) |
Funktionen | |
bool | ausweisapp2_init (AusweisApp2Callback pCallback, const char *pCmdline) |
void | ausweisapp2_shutdown (void) |
bool | ausweisapp2_is_running (void) |
void | ausweisapp2_send (const char *pCmd) |
typedef void(* AusweisApp2Callback) (const char *pMsg) |
Copyright (c) 2019-2024 Governikus GmbH & Co. KG, Germany
bool ausweisapp2_init | ( | AusweisApp2Callback | pCallback, |
const char * | pCmdline ) |
bool ausweisapp2_is_running | ( | void | ) |
void ausweisapp2_send | ( | const char * | pCmd | ) |
void ausweisapp2_shutdown | ( | void | ) |