Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

progressmonitor.h File Reference

HBCI::ProgressMonitor and its C wrapper HBCI_ProgressMonitor. More...

#include <string>
#include <openhbci/dllimport.h>

Go to the source code of this file.

Namespaces

namespace  HBCI

Typedefs

typedef enum TransProgressType TransProgressType
typedef enum JobProgressType JobProgressType
typedef enum ActionProgressType ActionProgressType
typedef HBCI::ProgressMonitor HBCI_ProgressMonitor

Enumerations

enum  TransProgressType { TRANS_JOBQUEUE = 1 }
enum  JobProgressType {
  JOB_OPENINGDIALOG = 1, JOB_CLOSINGDIALOG, JOB_OPENINGNETWORK, JOB_CLOSINGNETWORK,
  JOB_GET_BALANCE, JOB_GET_TRANS, JOB_NEW_TRANSFER, JOB_DEBIT_NOTE,
  JOB_GET_STO, JOB_NEW_STO, JOB_DELETE_STO, JOB_GET_ACCOUNTS,
  JOB_GET_SYSTEMID, JOB_GET_KEYS, JOB_SEND_KEYS, JOB_DISABLE_KEYS,
  JOB_CHANGE_KEYS, JOB_GET_STATUS
}
enum  ActionProgressType {
  ACT_SENDINGMESSAGE = 1, ACT_WAITRESPONSE, ACT_CREATEHBCIJOB, ACT_CONTACTINGSERVER,
  ACT_CHKRESULT, ACT_UPDATESYSTEM, ACT_CLOSECONNECTION
}


Detailed Description

HBCI::ProgressMonitor and its C wrapper HBCI_ProgressMonitor.


Typedef Documentation

typedef enum ActionProgressType ActionProgressType
 

Expresses the type of action that invoked a call of ProgressMonitor::actionStarted.

typedef struct HBCI::ProgressMonitor HBCI_ProgressMonitor
 

typedef enum JobProgressType JobProgressType
 

Expresses the type of Job that invoked a call of ProgressMonitor::jobStarted.

typedef enum TransProgressType TransProgressType
 

Expresses the type of action that invoked a call of ProgressMonitor::transactionStarted.


Enumeration Type Documentation

enum ActionProgressType
 

Expresses the type of action that invoked a call of ProgressMonitor::actionStarted.

Enumeration values:
ACT_SENDINGMESSAGE  Sending message.
ACT_WAITRESPONSE  Waiting for response.
ACT_CREATEHBCIJOB  Creating HBCI job. Number of Job will follow in string argument.
ACT_CONTACTINGSERVER  Contacting server. Server IP address will follow in string argument.
ACT_CHKRESULT  Checking Job result.
ACT_UPDATESYSTEM  Updating local system.
ACT_CLOSECONNECTION  Closing connection.

enum JobProgressType
 

Expresses the type of Job that invoked a call of ProgressMonitor::jobStarted.

Enumeration values:
JOB_OPENINGDIALOG  Opening Dialog.
JOB_CLOSINGDIALOG  Closing Dialog.
JOB_OPENINGNETWORK  Opening network connection.
JOB_CLOSINGNETWORK  Closing network connection.
JOB_GET_BALANCE  Get balance
JOB_GET_TRANS  Get transaction statement
JOB_NEW_TRANSFER  Transfer money
JOB_DEBIT_NOTE  Debit note
JOB_GET_STO  Get standing orders
JOB_NEW_STO  Create a new standing order
JOB_DELETE_STO  Delete a standing order
JOB_GET_ACCOUNTS  Get account list
JOB_GET_SYSTEMID  Get SystemId
JOB_GET_KEYS  Get keys
JOB_SEND_KEYS  Send keys
JOB_DISABLE_KEYS  Disable keys
JOB_CHANGE_KEYS  Change public keys
JOB_GET_STATUS  get status reports

enum TransProgressType
 

Expresses the type of action that invoked a call of ProgressMonitor::transactionStarted.

Enumeration values:
TRANS_JOBQUEUE  Executing job queue.


Generated on Mon Jun 23 13:41:08 2003 for openhbci by doxygen1.2.17