|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
TftpServer handles and manipulates the TFTP service. More...
Public Member Functions | |
| void | setEnabled (bool) |
| Enables or disables the TFTP service. More... | |
| bool | isEnabled () |
| Returns true if the TFTP service is enabled, otherwise false. More... | |
Public Member Functions inherited from Process | |
| Device | getOwnerDevice () |
| Returns the device for this process. More... | |
TftpServer handles and manipulates the TFTP service.
| bool TftpServer::isEnabled | ( | ) |
Returns true if the TFTP service is enabled, otherwise false.
| void TftpServer::setEnabled | ( | bool | ) |
Enables or disables the TFTP service.
| bEnable,true | to enable the TFTP service, false to disable it. |