#include <gwenhywfar/inherit.h>
#include <chipcard3/chipcard3.h>
#include <chipcard3/client/client.h>

Go to the source code of this file.
Functions | |
| CHIPCARD_API LC_CLIENT * | LC_Client_new (const char *programName, const char *programVersion) |
| CHIPCARD_API LC_CLIENT * | LC_Client_Factory (const char *resmgr, const char *programName, const char *programVersion) |
| CHIPCARD_API LC_CLIENT* LC_Client_new | ( | const char * | programName, | |
| const char * | programVersion | |||
| ) |
This function creates a libchipcard client. It loads the client configuration file an reads the variable resmgr to determine which ressource manager to use (defaults to lcc on Linux).
| programName | name of the program which wants to create the client | |
| programVersion | version string of that program |
| CHIPCARD_API LC_CLIENT* LC_Client_Factory | ( | const char * | resmgr, | |
| const char * | programName, | |||
| const char * | programVersion | |||
| ) |
This function creates a libchipcard client which uses the given ressource manager.
| resmgr | Currently supported names are "lcc" and "pcsc" | |
| programName | name of the program which wants to create the client | |
| programVersion | version string of that program |
1.5.6