Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
CommandLogEntry is a command log entry in the command log. More...
Public Member Functions | |
QString | getTimeToString () |
Returns the timestamp of this command log entry. More... | |
QString | getDeviceName () |
Returns the device name where this command log entry originated from. More... | |
string | getPrompt () |
Returns the command prompt of this command log entry. More... | |
string | getCommand () |
Returns the command of this command log entry. More... | |
string | getResolvedCommand () |
Returns the resolved command of this command log entry. More... | |
CommandLogEntry is a command log entry in the command log.
string CommandLogEntry::getCommand | ( | ) |
Returns the command of this command log entry.
QString CommandLogEntry::getDeviceName | ( | ) |
Returns the device name where this command log entry originated from.
string CommandLogEntry::getPrompt | ( | ) |
Returns the command prompt of this command log entry.
string CommandLogEntry::getResolvedCommand | ( | ) |
Returns the resolved command of this command log entry.
QString CommandLogEntry::getTimeToString | ( | ) |
Returns the timestamp of this command log entry.