HBCI Account Extensions
[HBCI Backend (AqHBCI)]

HBCI-specific user functions. More...

Flag Manipulation Functions

See AH_BANK_FLAGS_PREFER_SINGLE_TRANSFER and following.



AQHBCI_API void AH_Account_Flags_toDb (GWEN_DB_NODE *db, const char *name, uint32_t flags)
AQHBCI_API uint32_t AH_Account_Flags_fromDb (GWEN_DB_NODE *db, const char *name)
AQHBCI_API uint32_t AH_Account_GetFlags (const AB_ACCOUNT *a)
AQHBCI_API void AH_Account_SetFlags (AB_ACCOUNT *a, uint32_t flags)
AQHBCI_API void AH_Account_AddFlags (AB_ACCOUNT *a, uint32_t flags)
AQHBCI_API void AH_Account_SubFlags (AB_ACCOUNT *a, uint32_t flags)

Account Id Suffix



AQHBCI_API const char * AH_Account_GetSuffix (const AB_ACCOUNT *a)
AQHBCI_API void AH_Account_SetSuffix (AB_ACCOUNT *a, const char *s)

Flags



#define AH_BANK_FLAGS_PREFER_SINGLE_TRANSFER   0x00000001
#define AH_BANK_FLAGS_PREFER_SINGLE_DEBITNOTE   0x00000002
#define AH_BANK_FLAGS_DEFAULT   0

Detailed Description

HBCI-specific user functions.

Author:
Martin Preuss<martin@libchipcard.de>

Define Documentation

#define AH_BANK_FLAGS_DEFAULT   0

Definition at line 41 of file aqhbci/account.h.

#define AH_BANK_FLAGS_PREFER_SINGLE_DEBITNOTE   0x00000002

Prefer single debit notes over multi debit notes for this account

Definition at line 39 of file aqhbci/account.h.

#define AH_BANK_FLAGS_PREFER_SINGLE_TRANSFER   0x00000001

Prefer single transfers over multi transfers for this account

Definition at line 37 of file aqhbci/account.h.


Function Documentation

AQHBCI_API void AH_Account_AddFlags ( AB_ACCOUNT a,
uint32_t  flags 
)
AQHBCI_API uint32_t AH_Account_Flags_fromDb ( GWEN_DB_NODE *  db,
const char *  name 
)
AQHBCI_API void AH_Account_Flags_toDb ( GWEN_DB_NODE *  db,
const char *  name,
uint32_t  flags 
)
AQHBCI_API uint32_t AH_Account_GetFlags ( const AB_ACCOUNT a  ) 
AQHBCI_API const char* AH_Account_GetSuffix ( const AB_ACCOUNT a  ) 
AQHBCI_API void AH_Account_SetFlags ( AB_ACCOUNT a,
uint32_t  flags 
)
AQHBCI_API void AH_Account_SetSuffix ( AB_ACCOUNT a,
const char *  s 
)
AQHBCI_API void AH_Account_SubFlags ( AB_ACCOUNT a,
uint32_t  flags 
)