|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
ChapProcess is the process that manipulates the protocol CHAP. More...
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... | |
ChapProcess is the process that manipulates the protocol CHAP.
| string ChapProcess::getPassword | ( | ) |
Returns the CHAP password.
| string ChapProcess::getUserName | ( | ) |
Returns the CHAP username.
| void ChapProcess::setPassword | ( | string | ) |
Sets the CHAP password.
| string,the | CHAP password. |
| void ChapProcess::setUserName | ( | string | ) |
Sets the CHAP username.
| string,the | CHAP username. |