Route

Route

Description: TODO

Constructors

this
this(string address, Neighbor nexthop, SysTime creationTime, long timeout, uint metric)
Undocumented in source.

Members

Functions

getAddress
string getAddress()
Undocumented in source. Be warned that the author may not have intended to support it.
getAge
long getAge()
Undocumented in source. Be warned that the author may not have intended to support it.
getCreationTime
SysTime getCreationTime()
Undocumented in source. Be warned that the author may not have intended to support it.
getMetric
uint getMetric()
Undocumented in source. Be warned that the author may not have intended to support it.
getNexthop
Neighbor getNexthop()
Undocumented in source. Be warned that the author may not have intended to support it.
isExpired
bool isExpired()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object other)
Undocumented in source. Be warned that the author may not have intended to support it.
setAgeibility
void setAgeibility(bool age)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
updateCreationTime
void updateCreationTime(SysTime creationTime)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta