#include <hbcicard.h>
Public Member Functions | |
| const string & | name () const |
| const string & | code () const |
| void | setCode (const string &c) |
| char | service () const |
| void | setService (char s) |
| const string & | address () const |
| void | setAddress (const string &a) |
| const string & | addressSuffix () const |
| void | setAddrSuffix (const string &s) |
| int | country () const |
| void | setCountry (int i) |
| const string & | user () const |
| void | setUser (const string &u) |
| instituteData (const string &data) | |
| instituteData () | |
| ~instituteData () | |
| CTError | fromString (const string &data) |
| string | toString () const |
| string | dump () |
|
|
|
|
|
|
|
|
|
|
|
ASCII comunication address (for tcp: server address). |
|
|
Address suffix (unused with tcp). |
|
|
ASCII institute code ("Bankleitzahl"). |
|
|
country code ("280" for Germany). |
|
|
|
|
|
|
|
|
Name of the credit institute. |
|
|
Service type (2=TCP, 1=CEPT). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Your user id for that credit institute. |
1.4.2