aqbanking  5.4.3beta
Data Structures | Macros | Typedefs | Functions
aqofxconnect/provider.h File Reference
#include <aqofxconnect/aqofxconnect.h>
#include <aqbanking/banking_be.h>
#include <aqbanking/provider_be.h>

Go to the source code of this file.

Data Structures

struct  AO_APPINFO

Macros

#define AQOFXCONNECT_BACKENDNAME   "aqofxconnect"
#define AQOFXCONNECT_LOGDOMAIN   "aqofxconnect"

Typedefs

typedef struct AO_PROVIDER AO_PROVIDER

Functions

AQOFXCONNECT_API AB_PROVIDERAO_Provider_new (AB_BANKING *ab)
AQOFXCONNECT_API const AO_APPINFOAO_Provider_GetAppInfos (AB_PROVIDER *pro)
AQOFXCONNECT_API int AO_Provider_GetCert (AB_PROVIDER *pro, AB_USER *u)
AQOFXCONNECT_API int AO_Provider_RequestAccounts (AB_PROVIDER *pro, AB_USER *u, int keepOpen)

Macro Definition Documentation

#define AQOFXCONNECT_BACKENDNAME   "aqofxconnect"

Definition at line 17 of file aqofxconnect/provider.h.

#define AQOFXCONNECT_LOGDOMAIN   "aqofxconnect"

Definition at line 19 of file aqofxconnect/provider.h.

Typedef Documentation

typedef struct AO_PROVIDER AO_PROVIDER

Definition at line 25 of file aqofxconnect/provider.h.

Function Documentation

AQOFXCONNECT_API const AO_APPINFO* AO_Provider_GetAppInfos ( AB_PROVIDER pro)
AQOFXCONNECT_API int AO_Provider_GetCert ( AB_PROVIDER pro,
AB_USER u 
)
AQOFXCONNECT_API AB_PROVIDER* AO_Provider_new ( AB_BANKING ab)
AQOFXCONNECT_API int AO_Provider_RequestAccounts ( AB_PROVIDER pro,
AB_USER u,
int  keepOpen 
)