Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
The description of the CEP that communicates with PT IPC. More...
Public Member Functions | |
bool | hasPrivilege (SecurityPrivilege) |
string | getName () |
Returns the name. More... | |
string | getVersion () |
Returns the version. More... | |
string | getId () |
Returns the ID name. More... | |
string | getDescription () |
Returns the description. More... | |
string | getAuthor () |
Returns the author. More... | |
string | getContact () |
Returns the contact. More... | |
The description of the CEP that communicates with PT IPC.
string Cep::getAuthor | ( | ) |
Returns the author.
string Cep::getContact | ( | ) |
Returns the contact.
string Cep::getDescription | ( | ) |
Returns the description.
string Cep::getId | ( | ) |
Returns the ID name.
string Cep::getName | ( | ) |
Returns the name.
string Cep::getVersion | ( | ) |
Returns the version.
bool Cep::hasPrivilege | ( | SecurityPrivilege | ) |