|
Namespaces |
namespace | HBCI |
Typedefs |
typedef int(* | InputPinFuncTyp )(const HBCI_User *user, char **pin, int minsize, int newPin, void *user_data) |
typedef int(* | InputUserFuncTyp )(const HBCI_User *user, MediumType type, void *user_data) |
typedef void(* | LoggingFuncTyp )(const char *msg, void *user_data) |
typedef int(* | BoolFuncTyp )(void *user_data) |
typedef void(* | VoidFuncTyp )(void *user_data) |
typedef void(* | VoidUserFuncTyp )(const HBCI_User *user, void *user_data) |
typedef HBCI::InteractorCB | HBCI_InteractorCB |
Functions |
HBCI_InteractorCB * | HBCI_InteractorCB_new2 (VoidFuncTyp destrCB, InputPinFuncTyp msgInputPinCB, InputUserFuncTyp msgInsertMediumOrAbortCB, InputUserFuncTyp msgInsertCorrectMediumOrAbortCB, LoggingFuncTyp msgStateResponseCB, BoolFuncTyp keepAliveCB, VoidUserFuncTyp msgStartInputPinViaKeypadCB, VoidUserFuncTyp msgFinishedInputPinViaKeypadCB, void *user_data) |
HBCI_InteractorCB * | HBCI_InteractorCB_new (VoidFuncTyp destrCB, InputPinFuncTyp msgInputPinCB, InputUserFuncTyp msgInsertMediumOrAbortCB, InputUserFuncTyp msgInsertCorrectMediumOrAbortCB, LoggingFuncTyp msgStateResponseCB, BoolFuncTyp keepAliveCB, void *user_data) |
HBCI_Interactor * | HBCI_InteractorCB_Interactor (HBCI_InteractorCB *h) |