|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
PortKeepAliveProcess handles the keepalive process on a device port. More...
Public Member Functions | |
| void | setKeepAliveOn (bool) |
| bool | isKeepAliveOn () |
| Returns true if keepalive is enabled, otherwise false. More... | |
| void | setKeepAliveInterval (int) |
| Sets the keepalive interval. More... | |
| int | getKeepAliveInterval () |
| Returns the keepalive interval. More... | |
Public Member Functions inherited from Process | |
| Device | getOwnerDevice () |
| Returns the device for this process. More... | |
PortKeepAliveProcess handles the keepalive process on a device port.
| int PortKeepAliveProcess::getKeepAliveInterval | ( | ) |
Returns the keepalive interval.
| bool PortKeepAliveProcess::isKeepAliveOn | ( | ) |
Returns true if keepalive is enabled, otherwise false.
| void PortKeepAliveProcess::setKeepAliveInterval | ( | int | ) |
Sets the keepalive interval.
| interval,the | interval for keepalive. |
| void PortKeepAliveProcess::setKeepAliveOn | ( | bool | ) |
\Enables or disables keepalive.
| bOn,true | to enable keepalive, false to disable it. |