#include <stdbool.h>
gehe zum Quellcode dieser Datei
Makrodefinitionen | |
#define | DEPRECATED |
Typdefinitionen | |
typedef void(* | AusweisAppCallback) (const char *pMsg) |
typedef AusweisAppCallback | AusweisApp2Callback |
Funktionen | |
bool | ausweisapp_init (AusweisAppCallback pCallback, const char *pCmdline) |
void | ausweisapp_shutdown (void) |
bool | ausweisapp_is_running (void) |
void | ausweisapp_send (const char *pCmd) |
DEPRECATED bool | ausweisapp2_init (AusweisApp2Callback pCallback, const char *pCmdline) |
DEPRECATED void | ausweisapp2_shutdown (void) |
DEPRECATED bool | ausweisapp2_is_running (void) |
DEPRECATED void | ausweisapp2_send (const char *pCmd) |
#define DEPRECATED |
typedef void(* AusweisAppCallback) (const char *pMsg) |
Copyright (c) 2019-2025 Governikus GmbH & Co. KG, Germany
DEPRECATED bool ausweisapp2_init | ( | AusweisApp2Callback | pCallback, |
const char * | pCmdline ) |
DEPRECATED bool ausweisapp2_is_running | ( | void | ) |
DEPRECATED void ausweisapp2_send | ( | const char * | pCmd | ) |
DEPRECATED void ausweisapp2_shutdown | ( | void | ) |
bool ausweisapp_init | ( | AusweisAppCallback | pCallback, |
const char * | pCmdline ) |
bool ausweisapp_is_running | ( | void | ) |
void ausweisapp_send | ( | const char * | pCmd | ) |
void ausweisapp_shutdown | ( | void | ) |