|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
A simulation timer that expires in simulation time. More...
Public Member Functions | |
| void | start () |
| Starts this timer. More... | |
| void | cancel () |
| Cancels this timer. More... | |
| void | expired () |
| This event is emitted when this timer expires. More... | |
A simulation timer that expires in simulation time.
| void SimulationTimer::cancel | ( | ) |
Cancels this timer.
| void SimulationTimer::expired | ( | ) |
This event is emitted when this timer expires.
IPC event.
| void SimulationTimer::start | ( | ) |
Starts this timer.