|
DRCL J-Sim API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use NetAddress | |
| drcl.inet.contract | |
| drcl.inet.core | |
| drcl.inet.data | |
| Uses of NetAddress in drcl.inet.contract |
| Methods in drcl.inet.contract that return NetAddress | |
NetAddress |
NeighborEvent.Message.getNeighbor()
Returns the neighbor address in the event struct. |
static NetAddress[] |
IFQuery.getPeerNetAddresses(int index_,
Port out_)
|
static NetAddress |
IFQuery.getLocalNetAddress(int index_,
Port out_)
|
static NetAddress |
IFQuery.getLocalNetAddress(long peerAddr_,
Port out_)
|
| Constructors in drcl.inet.contract with parameters of type NetAddress | |
NeighborEvent.Message(int ifindex_,
NetAddress neighbor_)
|
|
| Uses of NetAddress in drcl.inet.core |
| Methods in drcl.inet.core with parameters of type NetAddress | |
void |
Hello._setInterfaceInfo(int ifindex_,
NetAddress local_,
NetAddress peer_)
Sets the information of a specific interface. |
| Uses of NetAddress in drcl.inet.data |
| Fields in drcl.inet.data declared as NetAddress | |
NetAddress |
InterfaceInfo.local
|
NetAddress[] |
InterfaceInfo.peers
|
| Methods in drcl.inet.data that return NetAddress | |
NetAddress |
InterfaceInfo.getLocalNetAddress()
|
NetAddress[] |
InterfaceInfo.getPeerNetAddresses()
|
| Methods in drcl.inet.data with parameters of type NetAddress | |
void |
InterfaceInfo.setLocalNetAddress(NetAddress addr_)
|
void |
InterfaceInfo.addPeerNetAddress(NetAddress addr_,
double timeout_)
|
void |
InterfaceInfo.removePeerNetAddress(NetAddress addr_)
|
void |
InterfaceInfo.setPeerNetAddresses(NetAddress[] addrs_)
|
boolean |
InterfaceInfo.containsPeer(NetAddress addr_)
|
void |
InterfaceInfo.setTimeout(NetAddress addr_,
double timeout_)
|
| Constructors in drcl.inet.data with parameters of type NetAddress | |
InterfaceInfo(NetAddress local_)
|
|
InterfaceInfo(NetAddress local_,
NetAddress[] peer_,
double[] timeout_)
|
|
InterfaceInfo(NetAddress local_,
NetAddress peer_,
double timeout_)
|
|
|
DRCL J-Sim API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||