|
DRCL J-Sim API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use InterfaceInfo | |
| drcl.inet | |
| drcl.inet.contract | |
| drcl.inet.core | |
| Uses of InterfaceInfo in drcl.inet |
| Methods in drcl.inet that return InterfaceInfo | |
InterfaceInfo |
Node.getInterfaceInfo(int ifIndex_)
Returns the interface information of the ifindex_th interface. |
InterfaceInfo[] |
Node.getInterfaceInfos()
Returns the interface information of all the interfaces. |
abstract InterfaceInfo |
CoreServiceLayer.getInterfaceInfo(int ifIndex_)
Returns the interface information of the specified interface. |
abstract InterfaceInfo[] |
CoreServiceLayer.getInterfaceInfos()
Returns all the interface information in an array. |
| Methods in drcl.inet with parameters of type InterfaceInfo | |
void |
Node.setInterfaceInfo(int ifindex_,
InterfaceInfo if_)
Sets the interface information of the ifindex_th interface. |
void |
Node.setInterfaceInfos(InterfaceInfo[] aa_)
Sets the interface information of all the interfaces. |
abstract void |
CoreServiceLayer.setInterfaceInfo(int ifindex_,
InterfaceInfo if_)
Sets the interface information at the specified interface. |
abstract void |
CoreServiceLayer.setInterfaceInfos(InterfaceInfo[] aa_)
Sets the interface information of all the interfaces. |
| Uses of InterfaceInfo in drcl.inet.contract |
| Methods in drcl.inet.contract that return InterfaceInfo | |
static InterfaceInfo[] |
IFQuery.getInterfaceInfos(Port out_)
|
static InterfaceInfo[] |
IFQuery.getInterfaceInfos(BitSet ifset_,
Port out_)
|
static InterfaceInfo |
IFQuery.getInterfaceInfo(int index_,
Port out_)
|
| Methods in drcl.inet.contract with parameters of type InterfaceInfo | |
static void |
IFQuery.setInterfaceInfos(InterfaceInfo[] aa_,
Port out_)
|
static void |
IFQuery.setInterfaceInfo(int index_,
InterfaceInfo if_,
Port out_)
|
| Uses of InterfaceInfo in drcl.inet.core |
| Methods in drcl.inet.core that return InterfaceInfo | |
InterfaceInfo |
Hello._getInterfaceInfo(int ifIndex_)
Returns the information of a specific interface. |
InterfaceInfo[] |
Hello.getInterfaceInfos()
Returns the information of all interfaces. |
InterfaceInfo |
CoreServiceLayer.getInterfaceInfo(int ifindex_)
|
InterfaceInfo[] |
CoreServiceLayer.getInterfaceInfos()
|
| Methods in drcl.inet.core with parameters of type InterfaceInfo | |
void |
Hello._setInterfaceInfo(int ifindex_,
InterfaceInfo if_)
Sets the information of a specific interface. |
void |
Hello.setInterfaceInfos(InterfaceInfo[] aa_)
Sets the interface information for all interfaces. |
void |
CoreServiceLayer.setInterfaceInfo(int ifindex_,
InterfaceInfo if_)
|
void |
CoreServiceLayer.setInterfaceInfos(InterfaceInfo[] aa_)
|
|
DRCL J-Sim API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||