public class RCInterface extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE_CATV
Constant to indicate a CATV return channel.
|
static int |
TYPE_DECT
Constant to indicate a DECT return channel.
|
static int |
TYPE_ISDN
Constant to indicate an ISDN return channel.
|
static int |
TYPE_LMDS
Constant to indicate a LMDS return channel.
|
static int |
TYPE_MATV
Constant to indicate a MATV return channel.
|
static int |
TYPE_OTHER
Constant to indicate all other return channel technologies not
having a suitable defined constant in this class.
|
static int |
TYPE_PSTN
Constant to indicate a PSTN return channel.
|
static int |
TYPE_RCS
Constant to indicate a DVB-RCS return channel.
|
static int |
TYPE_UNKNOWN
Constant to indicate an unknown return channel technology.
|
| Modifier | Constructor and Description |
|---|---|
protected |
RCInterface()
Constructor for instances of this class.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDataRate()
Return the maximum data rate of the connection over the immediate access
network to which this network interface is connected.
|
int |
getType()
Return the type of return channel represented by this object.
|
public static final int TYPE_PSTN
public static final int TYPE_ISDN
public static final int TYPE_DECT
public static final int TYPE_CATV
public static final int TYPE_LMDS
public static final int TYPE_MATV
public static final int TYPE_RCS
public static final int TYPE_UNKNOWN
public static final int TYPE_OTHER
NOTE: DVB does not intend to add future constants to this list for future return channel technologies. These should be represented as TYPE_OTHER.
protected RCInterface()
public int getType()
ConnectionRCInterface or not. A non-connection oriented
interface really means a permanently connected return channel.public int getDataRate()
Copyright © 2012 code4tv.com. All Rights Reserved.