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
ChapProcess Class Reference

ChapProcess is the process that manipulates the protocol CHAP. More...

Inheritance diagram for ChapProcess:
Process

Public Member Functions

void setPassword (string)
 Sets the CHAP password. More...
 
void setUserName (string)
 Sets the CHAP username. More...
 
string getUserName ()
 Returns the CHAP username. More...
 
string getPassword ()
 Returns the CHAP password. More...
 
- Public Member Functions inherited from Process
Device getOwnerDevice ()
 Returns the device for this process. More...
 

Detailed Description

ChapProcess is the process that manipulates the protocol CHAP.

Member Function Documentation

◆ getPassword()

string ChapProcess::getPassword ( )

Returns the CHAP password.

Returns
string, the CHAP password.

◆ getUserName()

string ChapProcess::getUserName ( )

Returns the CHAP username.

Returns
string, the CHAP username.

◆ setPassword()

void ChapProcess::setPassword ( string  )

Sets the CHAP password.

Parameters
string,theCHAP password.

◆ setUserName()

void ChapProcess::setUserName ( string  )

Sets the CHAP username.

Parameters
string,theCHAP username.

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