#include <openhbci/dllimport.h>
#include <string>
#include <list>
#include <openhbci/date.h>
Go to the source code of this file.
|
|
|
|
|
|
|
Callback function for list_HBCI_StatusReport_foreach. |
|
Comparison. Returns -1 when MessageReference h1 is smaller than h2, returns 0 when equal, and returns 1 when h1 is greater than h2. The dialogId are compared lexicographically, and the messageNumber numerically. |
|
Destructor |
|
Returns the dialog id. |
|
Equality |
|
Returns the message number. |
|
Constructor with dialog id and message number. |
|
Constructor for a HBCI data element group (DEG). This is just the same string as the one returned by toString(). (FIXME: is this correct?) |
|
Returns the HBCI-representation of a message reference in one string.
|
|
Returns the date when this status report was valid. |
|
Returns a long string containing all information of this status report; mainly intended for debugging.
|
|
Returns the message group this status report belongs to (FIXME: is this correct?) |
|
Returns the message reference to find the message that this status report belongs to. |
|
Returns the HBCI result code of this status report. |
|
Returns the clear text message of this status report. |
|
Returns the segment number inside the referred message (by messageReference() ) that this status report belongs to. |
|
Returns the time when this status report was valid. |
|
Traverses the list, calling the callback function 'func' on each list element. Traversal will stop when 'func' returns a non-NULL value, and the routine will return with that value. Otherwise the routine will return NULL.
|
|
Returns the size of the list. |