User Interaction | |
void | HBCI_Hbci_setInteractor (HBCI_Hbci *h, HBCI_Interactor *inter, int autoDelete) |
HBCI_Interactor * | HBCI_Hbci_interactor (const HBCI_Hbci *h) |
System Identification | |
const char * | HBCI_Hbci_systemName (const HBCI_Hbci *h) |
void | HBCI_Hbci_setSystemName (HBCI_Hbci *h, const char *n) |
const char * | HBCI_Hbci_systemVersion (const HBCI_Hbci *h) |
void | HBCI_Hbci_setSystemVersion (HBCI_Hbci *h, const char *n) |
Version Information | |
void | HBCI_Hbci_libraryVersion (int *major, int *minor, int *plevel) |
void | HBCI_Hbci_libraryVersion_build (int *major, int *minor, int *plevel, int *pbuild) |
void | HBCI_Hbci_setDebugLevel (int l) |
Typedefs | |
typedef HBCI::Hbci | HBCI_Hbci |
The C accessible type of HBCI::Hbci. |
|
The C accessible type of HBCI::Hbci.
|
|
Returns the HBCIInteractor currently to be used.
|
|
Gives you the library version. Gives you the library version. This might be used by your application to determine the capabilities of the current openHBCI version.
|
|
Gives you the library version. Gives you the library version. This might be used by your application to determine the capabilities of the current openHBCI version.
|
|
Set the current debugLevel. The higher this value the more debug messages you see. Defaults to zero. |
|
Set a new Interactor to be used. The Interactor is a base class that provides methods for all occasions where the core OpenHBCI needs user interaction.
|
|
Set the system name. Use this to define the system name. It defaults to HBCI_SYSTEM_NAME which is probably set to "openhbci".
|
|
Set the system version as a string. This is the system version that OpenHBCI tells the bank when communicating.
|
|
Returns the system name. This is the system name that OpenHBCI tells the bank.
|
|
Returns the system version as a string. This is the system version that OpenHBCI tells the bank when communicating.
|