aqbanking  5.7.8
Macros | Typedefs | Functions
oh_institute_data.h File Reference
#include <gwenhywfar/types.h>
#include <gwenhywfar/list1.h>
#include <gwenhywfar/list2.h>
#include <gwenhywfar/db.h>
#include <aqofxconnect/aqofxconnect.h>
#include <gwenhywfar/gwentime.h>
#include <aqofxconnect/oh_institute_data_fns.h>

Go to the source code of this file.

Macros

#define OH_INSTITUTE_DATA_FLAGS_OFXFAIL   0x00000001
 
#define OH_INSTITUTE_DATA_FLAGS_SSLFAIL   0x00000002
 

Typedefs

typedef struct OH_INSTITUTE_DATA OH_INSTITUTE_DATA
 

Functions

AQOFXCONNECT_API OH_INSTITUTE_DATAOH_InstituteData_new (void)
 
AQOFXCONNECT_API void OH_InstituteData_free (OH_INSTITUTE_DATA *p_struct)
 
AQOFXCONNECT_API void OH_InstituteData_Attach (OH_INSTITUTE_DATA *p_struct)
 
AQOFXCONNECT_API OH_INSTITUTE_DATAOH_InstituteData_dup (const OH_INSTITUTE_DATA *p_struct)
 
AQOFXCONNECT_API OH_INSTITUTE_DATAOH_InstituteData_copy (OH_INSTITUTE_DATA *p_struct, const OH_INSTITUTE_DATA *p_src)
 
AQOFXCONNECT_API int OH_InstituteData_GetId (const OH_INSTITUTE_DATA *p_struct)
 
AQOFXCONNECT_API uint32_t OH_InstituteData_GetFlags (const OH_INSTITUTE_DATA *p_struct)
 
AQOFXCONNECT_API const char * OH_InstituteData_GetName (const OH_INSTITUTE_DATA *p_struct)
 
AQOFXCONNECT_API const char * OH_InstituteData_GetFid (const OH_INSTITUTE_DATA *p_struct)
 
AQOFXCONNECT_API const char * OH_InstituteData_GetOrg (const OH_INSTITUTE_DATA *p_struct)
 
AQOFXCONNECT_API const char * OH_InstituteData_GetBrokerId (const OH_INSTITUTE_DATA *p_struct)
 
AQOFXCONNECT_API const char * OH_InstituteData_GetUrl (const OH_INSTITUTE_DATA *p_struct)
 
AQOFXCONNECT_API const GWEN_TIME * OH_InstituteData_GetLastOfxValidationTime (const OH_INSTITUTE_DATA *p_struct)
 
AQOFXCONNECT_API const GWEN_TIME * OH_InstituteData_GetLastSslValidationTime (const OH_INSTITUTE_DATA *p_struct)
 
AQOFXCONNECT_API const char * OH_InstituteData_GetFileName (const OH_INSTITUTE_DATA *p_struct)
 
AQOFXCONNECT_API void OH_InstituteData_SetId (OH_INSTITUTE_DATA *p_struct, int p_src)
 
AQOFXCONNECT_API void OH_InstituteData_SetFlags (OH_INSTITUTE_DATA *p_struct, uint32_t p_src)
 
AQOFXCONNECT_API void OH_InstituteData_AddFlags (OH_INSTITUTE_DATA *p_struct, uint32_t p_src)
 
AQOFXCONNECT_API void OH_InstituteData_SubFlags (OH_INSTITUTE_DATA *p_struct, uint32_t p_src)
 
AQOFXCONNECT_API void OH_InstituteData_SetName (OH_INSTITUTE_DATA *p_struct, const char *p_src)
 
AQOFXCONNECT_API void OH_InstituteData_SetFid (OH_INSTITUTE_DATA *p_struct, const char *p_src)
 
AQOFXCONNECT_API void OH_InstituteData_SetOrg (OH_INSTITUTE_DATA *p_struct, const char *p_src)
 
AQOFXCONNECT_API void OH_InstituteData_SetBrokerId (OH_INSTITUTE_DATA *p_struct, const char *p_src)
 
AQOFXCONNECT_API void OH_InstituteData_SetUrl (OH_INSTITUTE_DATA *p_struct, const char *p_src)
 
AQOFXCONNECT_API void OH_InstituteData_SetLastOfxValidationTime (OH_INSTITUTE_DATA *p_struct, const GWEN_TIME *p_src)
 
AQOFXCONNECT_API void OH_InstituteData_SetLastSslValidationTime (OH_INSTITUTE_DATA *p_struct, const GWEN_TIME *p_src)
 
AQOFXCONNECT_API void OH_InstituteData_SetFileName (OH_INSTITUTE_DATA *p_struct, const char *p_src)
 
AQOFXCONNECT_API OH_INSTITUTE_DATA_LISTOH_InstituteData_List_dup (const OH_INSTITUTE_DATA_LIST *p_src)
 
AQOFXCONNECT_API void OH_InstituteData_ReadDb (OH_INSTITUTE_DATA *p_struct, GWEN_DB_NODE *p_db)
 
AQOFXCONNECT_API int OH_InstituteData_WriteDb (const OH_INSTITUTE_DATA *p_struct, GWEN_DB_NODE *p_db)
 
AQOFXCONNECT_API OH_INSTITUTE_DATAOH_InstituteData_fromDb (GWEN_DB_NODE *p_db)
 
AQOFXCONNECT_API int OH_InstituteData_toDb (const OH_INSTITUTE_DATA *p_struct, GWEN_DB_NODE *p_db)
 
AQOFXCONNECT_API OH_INSTITUTE_DATAOH_InstituteData_List_GetById (const OH_INSTITUTE_DATA_LIST *p_list, int p_cmp)
 

Macro Definition Documentation

◆ OH_INSTITUTE_DATA_FLAGS_OFXFAIL

#define OH_INSTITUTE_DATA_FLAGS_OFXFAIL   0x00000001

Definition at line 87 of file oh_institute_data.h.

◆ OH_INSTITUTE_DATA_FLAGS_SSLFAIL

#define OH_INSTITUTE_DATA_FLAGS_SSLFAIL   0x00000002

Definition at line 88 of file oh_institute_data.h.

Typedef Documentation

◆ OH_INSTITUTE_DATA

Definition at line 101 of file oh_institute_data.h.

Function Documentation

◆ OH_InstituteData_AddFlags()

AQOFXCONNECT_API void OH_InstituteData_AddFlags ( OH_INSTITUTE_DATA p_struct,
uint32_t  p_src 
)

Add flags. Use this function to add flags to the member "flags"

◆ OH_InstituteData_Attach()

AQOFXCONNECT_API void OH_InstituteData_Attach ( OH_INSTITUTE_DATA p_struct)

◆ OH_InstituteData_copy()

AQOFXCONNECT_API OH_INSTITUTE_DATA* OH_InstituteData_copy ( OH_INSTITUTE_DATA p_struct,
const OH_INSTITUTE_DATA p_src 
)

◆ OH_InstituteData_dup()

AQOFXCONNECT_API OH_INSTITUTE_DATA* OH_InstituteData_dup ( const OH_INSTITUTE_DATA p_struct)

◆ OH_InstituteData_free()

AQOFXCONNECT_API void OH_InstituteData_free ( OH_INSTITUTE_DATA p_struct)

Destructor.

◆ OH_InstituteData_fromDb()

AQOFXCONNECT_API OH_INSTITUTE_DATA* OH_InstituteData_fromDb ( GWEN_DB_NODE *  p_db)

◆ OH_InstituteData_GetBrokerId()

AQOFXCONNECT_API const char* OH_InstituteData_GetBrokerId ( const OH_INSTITUTE_DATA p_struct)

Getter. Use this function to get the member "brokerId" (see OH_INSTITUTE_DATA_brokerId)

◆ OH_InstituteData_GetFid()

AQOFXCONNECT_API const char* OH_InstituteData_GetFid ( const OH_INSTITUTE_DATA p_struct)

Getter. Use this function to get the member "fid" (see OH_INSTITUTE_DATA_fid)

◆ OH_InstituteData_GetFileName()

AQOFXCONNECT_API const char* OH_InstituteData_GetFileName ( const OH_INSTITUTE_DATA p_struct)

Getter. Use this function to get the member "fileName" (see OH_INSTITUTE_DATA_fileName)

◆ OH_InstituteData_GetFlags()

AQOFXCONNECT_API uint32_t OH_InstituteData_GetFlags ( const OH_INSTITUTE_DATA p_struct)

Getter. Use this function to get the member "flags" (see OH_INSTITUTE_DATA_flags)

◆ OH_InstituteData_GetId()

AQOFXCONNECT_API int OH_InstituteData_GetId ( const OH_INSTITUTE_DATA p_struct)

Getter. Use this function to get the member "id" (see OH_INSTITUTE_DATA_id)

◆ OH_InstituteData_GetLastOfxValidationTime()

AQOFXCONNECT_API const GWEN_TIME* OH_InstituteData_GetLastOfxValidationTime ( const OH_INSTITUTE_DATA p_struct)

Getter. Use this function to get the member "lastOfxValidationTime" (see OH_INSTITUTE_DATA_lastOfxValidationTime)

◆ OH_InstituteData_GetLastSslValidationTime()

AQOFXCONNECT_API const GWEN_TIME* OH_InstituteData_GetLastSslValidationTime ( const OH_INSTITUTE_DATA p_struct)

Getter. Use this function to get the member "lastSslValidationTime" (see OH_INSTITUTE_DATA_lastSslValidationTime)

◆ OH_InstituteData_GetName()

AQOFXCONNECT_API const char* OH_InstituteData_GetName ( const OH_INSTITUTE_DATA p_struct)

Getter. Use this function to get the member "name" (see OH_INSTITUTE_DATA_name)

◆ OH_InstituteData_GetOrg()

AQOFXCONNECT_API const char* OH_InstituteData_GetOrg ( const OH_INSTITUTE_DATA p_struct)

Getter. Use this function to get the member "org" (see OH_INSTITUTE_DATA_org)

◆ OH_InstituteData_GetUrl()

AQOFXCONNECT_API const char* OH_InstituteData_GetUrl ( const OH_INSTITUTE_DATA p_struct)

Getter. Use this function to get the member "url" (see OH_INSTITUTE_DATA_url)

◆ OH_InstituteData_List_dup()

AQOFXCONNECT_API OH_INSTITUTE_DATA_LIST* OH_InstituteData_List_dup ( const OH_INSTITUTE_DATA_LIST p_src)

◆ OH_InstituteData_List_GetById()

AQOFXCONNECT_API OH_INSTITUTE_DATA* OH_InstituteData_List_GetById ( const OH_INSTITUTE_DATA_LIST p_list,
int  p_cmp 
)

◆ OH_InstituteData_new()

AQOFXCONNECT_API OH_INSTITUTE_DATA* OH_InstituteData_new ( void  )

Constructor.

◆ OH_InstituteData_ReadDb()

AQOFXCONNECT_API void OH_InstituteData_ReadDb ( OH_INSTITUTE_DATA p_struct,
GWEN_DB_NODE *  p_db 
)

◆ OH_InstituteData_SetBrokerId()

AQOFXCONNECT_API void OH_InstituteData_SetBrokerId ( OH_INSTITUTE_DATA p_struct,
const char *  p_src 
)

Setter. Use this function to set the member "brokerId" (see OH_INSTITUTE_DATA_brokerId)

◆ OH_InstituteData_SetFid()

AQOFXCONNECT_API void OH_InstituteData_SetFid ( OH_INSTITUTE_DATA p_struct,
const char *  p_src 
)

Setter. Use this function to set the member "fid" (see OH_INSTITUTE_DATA_fid)

◆ OH_InstituteData_SetFileName()

AQOFXCONNECT_API void OH_InstituteData_SetFileName ( OH_INSTITUTE_DATA p_struct,
const char *  p_src 
)

Setter. Use this function to set the member "fileName" (see OH_INSTITUTE_DATA_fileName)

◆ OH_InstituteData_SetFlags()

AQOFXCONNECT_API void OH_InstituteData_SetFlags ( OH_INSTITUTE_DATA p_struct,
uint32_t  p_src 
)

Setter. Use this function to set the member "flags" (see OH_INSTITUTE_DATA_flags)

◆ OH_InstituteData_SetId()

AQOFXCONNECT_API void OH_InstituteData_SetId ( OH_INSTITUTE_DATA p_struct,
int  p_src 
)

Setter. Use this function to set the member "id" (see OH_INSTITUTE_DATA_id)

◆ OH_InstituteData_SetLastOfxValidationTime()

AQOFXCONNECT_API void OH_InstituteData_SetLastOfxValidationTime ( OH_INSTITUTE_DATA p_struct,
const GWEN_TIME *  p_src 
)

Setter. Use this function to set the member "lastOfxValidationTime" (see OH_INSTITUTE_DATA_lastOfxValidationTime)

◆ OH_InstituteData_SetLastSslValidationTime()

AQOFXCONNECT_API void OH_InstituteData_SetLastSslValidationTime ( OH_INSTITUTE_DATA p_struct,
const GWEN_TIME *  p_src 
)

Setter. Use this function to set the member "lastSslValidationTime" (see OH_INSTITUTE_DATA_lastSslValidationTime)

◆ OH_InstituteData_SetName()

AQOFXCONNECT_API void OH_InstituteData_SetName ( OH_INSTITUTE_DATA p_struct,
const char *  p_src 
)

Setter. Use this function to set the member "name" (see OH_INSTITUTE_DATA_name)

◆ OH_InstituteData_SetOrg()

AQOFXCONNECT_API void OH_InstituteData_SetOrg ( OH_INSTITUTE_DATA p_struct,
const char *  p_src 
)

Setter. Use this function to set the member "org" (see OH_INSTITUTE_DATA_org)

◆ OH_InstituteData_SetUrl()

AQOFXCONNECT_API void OH_InstituteData_SetUrl ( OH_INSTITUTE_DATA p_struct,
const char *  p_src 
)

Setter. Use this function to set the member "url" (see OH_INSTITUTE_DATA_url)

◆ OH_InstituteData_SubFlags()

AQOFXCONNECT_API void OH_InstituteData_SubFlags ( OH_INSTITUTE_DATA p_struct,
uint32_t  p_src 
)

Sub flags. Use this function to sub flags from the member "flags"

◆ OH_InstituteData_toDb()

AQOFXCONNECT_API int OH_InstituteData_toDb ( const OH_INSTITUTE_DATA p_struct,
GWEN_DB_NODE *  p_db 
)

◆ OH_InstituteData_WriteDb()

AQOFXCONNECT_API int OH_InstituteData_WriteDb ( const OH_INSTITUTE_DATA p_struct,
GWEN_DB_NODE *  p_db 
)