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 | List of all members
TftpServer Class Reference

TftpServer handles and manipulates the TFTP service. More...

Inheritance diagram for TftpServer:
Process

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...
 

Detailed Description

TftpServer handles and manipulates the TFTP service.

Member Function Documentation

◆ isEnabled()

bool TftpServer::isEnabled ( )

Returns true if the TFTP service is enabled, otherwise false.

Returns
bool, true if the TFTP service is enabled, otherwise false.

◆ setEnabled()

void TftpServer::setEnabled ( bool  )

Enables or disables the TFTP service.

Parameters
bEnable,trueto enable the TFTP service, false to disable it.

The documentation for this class was generated from the following file: