aqbanking  5.7.8
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

◆ AQOFXCONNECT_BACKENDNAME

#define AQOFXCONNECT_BACKENDNAME   "aqofxconnect"

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

◆ AQOFXCONNECT_LOGDOMAIN

#define AQOFXCONNECT_LOGDOMAIN   "aqofxconnect"

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

Typedef Documentation

◆ AO_PROVIDER

typedef struct AO_PROVIDER AO_PROVIDER

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

Function Documentation

◆ AO_Provider_GetAppInfos()

AQOFXCONNECT_API const AO_APPINFO* AO_Provider_GetAppInfos ( AB_PROVIDER pro)

◆ AO_Provider_GetCert()

AQOFXCONNECT_API int AO_Provider_GetCert ( AB_PROVIDER pro,
AB_USER u 
)

◆ AO_Provider_new()

AQOFXCONNECT_API AB_PROVIDER* AO_Provider_new ( AB_BANKING ab)

◆ AO_Provider_RequestAccounts()

AQOFXCONNECT_API int AO_Provider_RequestAccounts ( AB_PROVIDER pro,
AB_USER u,
int  keepOpen 
)