aqbanking  5.0.22
Data Structures | Defines | Typedefs | Functions
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

Defines

#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)

Define 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 int AO_Provider_RequestAccounts ( AB_PROVIDER pro,
AB_USER u,
int  keepOpen 
)