#include <gwenhywfar/netlayer.h>
#include <gwenhywfar/inetsocket.h>
#include <gwenhywfar/db.h>
#include <gwenhywfar/url.h>
Go to the source code of this file.
Defines | |
#define | GWEN_NL_HBCI_FLAGS_BASE64 0x00000001 |
#define | GWEN_NL_HBCI_NAME "Hbci" |
Functions | |
GWENHYWFAR_API GWEN_NETLAYER * | GWEN_NetLayerHbci_new (GWEN_NETLAYER *baseLayer) |
#define GWEN_NL_HBCI_FLAGS_BASE64 0x00000001 |
If this flag is given then written messages are encoded in BASE64 before sending them via the next lower layer. Received messages will be checked whether they are BASE64 encoded and will be decoded transparently as needed.
#define GWEN_NL_HBCI_NAME "Hbci" |
GWENHYWFAR_API GWEN_NETLAYER* GWEN_NetLayerHbci_new | ( | GWEN_NETLAYER * | baseLayer | ) |