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

medium.h File Reference

Abstract base class HBCI::Medium and its C wrapper HBCI_Medium. More...

#include <string>
#include <openhbci/dllimport.h>
#include <openhbci/pointer.h>
#include <openhbci/error.h>
#include <openhbci/user.h>
#include <openhbci/hbci.h>

Go to the source code of this file.

Namespaces

namespace  HBCI

Medium management

HBCI_ErrorHBCI_Medium_selectContext (HBCI_Medium *h, int country, const char *instcode, const char *userid)
HBCI_ErrorHBCI_Medium_mountMedium (HBCI_Medium *h, const char *pin)
HBCI_ErrorHBCI_Medium_unmountMedium (HBCI_Medium *h, const char *pin)

Medium information

int HBCI_Medium_isMounted (HBCI_Medium *h)
char * HBCI_Medium_mediumId (const HBCI_Medium *h)
int HBCI_Medium_securityMode (const HBCI_Medium *h)
const char * HBCI_Medium_mediumName (const HBCI_Medium *h)
HBCI_ErrorHBCI_Medium_getContext (const HBCI_Medium *h, int num, int *countrycode, char **instcode, char **userid, char **server)

Typedefs

typedef HBCI::Medium HBCI_Medium
typedef enum MediumType MediumType

Enumerations

enum  MediumType { MediumTypeUnknown = 0, MediumTypeCard, MediumTypeFile }


Detailed Description

Abstract base class HBCI::Medium and its C wrapper HBCI_Medium.


Typedef Documentation

typedef enum MediumType MediumType
 

This enum describes the different medium types OpenHBCI knows about.


Enumeration Type Documentation

enum MediumType
 

This enum describes the different medium types OpenHBCI knows about.

Enumeration values:
MediumTypeUnknown  Unknown type
MediumTypeCard  Card
MediumTypeFile  File


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