|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dvb.net.tuning.DvbNetworkInterfaceSIUtil
public class DvbNetworkInterfaceSIUtil
Each SI database is associated with a network interface and vice versa. This class allows the application to query this association.
Method Summary | |
---|---|
static NetworkInterface |
getNetworkInterface(org.dvb.si.SIDatabase sd)
Gets the network interface for a particular SI database. |
static org.dvb.si.SIDatabase |
getSIDatabase(NetworkInterface ni)
Gets the SI database for a particular network interface. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static org.dvb.si.SIDatabase getSIDatabase(NetworkInterface ni)
ni
- the network interface for which the associated
SI database will be returned.
public static NetworkInterface getNetworkInterface(org.dvb.si.SIDatabase sd)
sd
- the SI database for which the associated
network interface will be returned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |