org.ifeth.sehr.client.api
Interface SEHRConnectionDriverInterface

All Known Implementing Classes:
SEHRConnectionDriver, SEHRRemote

public interface SEHRConnectionDriverInterface

Author:
hansjhaase

Field Summary
static int COSTCONTROL_NONE
           
static int COSTCONTROL_TIME
           
static int COSTCONTROL_VOLUME
           
static java.lang.String DRV_ASYNC
           
static java.lang.String DRV_LAN
           
static java.lang.String DRV_RAS
           
static int TYPE_ASYNC
           
static int TYPE_LAN
           
static int TYPE_RAS
           
static int TYPE_WLAN
           
 

Field Detail

TYPE_LAN

public static final int TYPE_LAN
See Also:
Constant Field Values

TYPE_WLAN

public static final int TYPE_WLAN
See Also:
Constant Field Values

TYPE_RAS

public static final int TYPE_RAS
See Also:
Constant Field Values

TYPE_ASYNC

public static final int TYPE_ASYNC
See Also:
Constant Field Values

DRV_LAN

public static final java.lang.String DRV_LAN
See Also:
Constant Field Values

DRV_RAS

public static final java.lang.String DRV_RAS
See Also:
Constant Field Values

DRV_ASYNC

public static final java.lang.String DRV_ASYNC

COSTCONTROL_NONE

public static final int COSTCONTROL_NONE
See Also:
Constant Field Values

COSTCONTROL_VOLUME

public static final int COSTCONTROL_VOLUME
See Also:
Constant Field Values

COSTCONTROL_TIME

public static final int COSTCONTROL_TIME
See Also:
Constant Field Values