|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
OspfNeighborTable handles and manipulates OSPF neighbor tables. More...
Public Member Functions | |
| OspfNeighbor | getNeighborAt (int) |
| Returns the neighbor at the specified index. More... | |
| int | getNeighborCount () |
| Returns the number of neighbors. More... | |
| RouterPort | getPort () |
| Returns the port of this neighbor table. More... | |
| int | getAdjNeighborCount () |
| Returns the number of adjacent neighbors. More... | |
| ip | getAdjNeighborAt (int) |
| Returns the IP address of the adjacent neighbor at the specified index. More... | |
| int | getFloodLength () |
| Returns the flood length. More... | |
| int | getLastFloodLength () |
| Returns the last flood length. More... | |
| int | getMaxFloodLength () |
| Returns the maximum flood length. More... | |
| int | getLastFloodTime () |
| Returns the last flood time. More... | |
| int | getMaxFloodTime () |
| Returns the maximum flood time. More... | |
OspfNeighborTable handles and manipulates OSPF neighbor tables.
| ip OspfNeighborTable::getAdjNeighborAt | ( | int | ) |
Returns the IP address of the adjacent neighbor at the specified index.
| index,the | index of the adjacent neighbor of interest. |
| int OspfNeighborTable::getAdjNeighborCount | ( | ) |
Returns the number of adjacent neighbors.
| int OspfNeighborTable::getFloodLength | ( | ) |
Returns the flood length.
| int OspfNeighborTable::getLastFloodLength | ( | ) |
Returns the last flood length.
| int OspfNeighborTable::getLastFloodTime | ( | ) |
Returns the last flood time.
| int OspfNeighborTable::getMaxFloodLength | ( | ) |
Returns the maximum flood length.
| int OspfNeighborTable::getMaxFloodTime | ( | ) |
Returns the maximum flood time.
| OspfNeighbor OspfNeighborTable::getNeighborAt | ( | int | ) |
Returns the neighbor at the specified index.
| index,the | index of the neighbor of interest. |
| int OspfNeighborTable::getNeighborCount | ( | ) |
Returns the number of neighbors.
| RouterPort OspfNeighborTable::getPort | ( | ) |
Returns the port of this neighbor table.