Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
Public Member Functions | |
void | routeAdded (ipv6, ipv6, int, int, ipv6, string, string) |
This event is emitted when a route is added. More... | |
void | routeRemoved (ipv6, ipv6, int, int, ipv6, string, string) |
This event is emitted when a route is removed. More... | |
void | networkAdded (ipv6, ipv6) |
This event is emitted when a network is added. More... | |
void | networkRemoved (ipv6, ipv6) |
This event is emitted when a network is removed. More... | |
![]() | |
void | clearAllRoutes () |
Clears all routes. More... | |
void | clearRoute (ip, ip) |
Clears the specified route. More... | |
bool | addStaticRoute (ip, ip, ip, string, int) |
Adds a static route. More... | |
bool | removeStaticRoute (ip, ip, ip, string, int) |
Removes the specified static route. More... | |
int | getStaticRouteCount () |
Returns the number of static routes. More... | |
StaticRoute | getStaticRouteAt (int) |
Returns the static route at the specified index. More... | |
RoutingTable | getRoutingTable () |
Returns the routing table. More... | |
void | routeAdded (ip, ip, int, int, ip, string, string) |
This event is emitted when a route is added. More... | |
void | routeRemoved (ip, ip, int, int, ip, string, string) |
This event is emitted when a route is removed. More... | |
void | networkAdded (ip, ip) |
This event is emitted when a network is added. More... | |
void | networkRemoved (ip, ip) |
This event is emitted when a network is removed. More... | |
![]() | |
Device | getOwnerDevice () |
Returns the device for this process. More... | |
void RoutingProcessv6::networkAdded | ( | ipv6 | , |
ipv6 | |||
) |
This event is emitted when a network is added.
IPC event.
void RoutingProcessv6::networkRemoved | ( | ipv6 | , |
ipv6 | |||
) |
This event is emitted when a network is removed.
IPC event.
void RoutingProcessv6::routeAdded | ( | ipv6 | , |
ipv6 | , | ||
int | , | ||
int | , | ||
ipv6 | , | ||
string | , | ||
string | |||
) |
This event is emitted when a route is added.
IPC event.
void RoutingProcessv6::routeRemoved | ( | ipv6 | , |
ipv6 | , | ||
int | , | ||
int | , | ||
ipv6 | , | ||
string | , | ||
string | |||
) |
This event is emitted when a route is removed.
IPC event.