aqbanking
5.7.8
|
#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_PROVIDER * | AO_Provider_new (AB_BANKING *ab) |
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 int | AO_Provider_RequestAccounts (AB_PROVIDER *pro, AB_USER *u, int keepOpen) |
#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 struct AO_PROVIDER AO_PROVIDER |
Definition at line 25 of file aqofxconnect/provider.h.
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 | ||
) |