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

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

Detailed Description

CommandLogEntry is a command log entry in the command log.

Member Function Documentation

◆ getCommand()

string CommandLogEntry::getCommand ( )

Returns the command of this command log entry.

Returns
string, the command prompt of this command log entry.

◆ getDeviceName()

QString CommandLogEntry::getDeviceName ( )

Returns the device name where this command log entry originated from.

Returns
QString, the device name where this command log entry originated from.

◆ getPrompt()

string CommandLogEntry::getPrompt ( )

Returns the command prompt of this command log entry.

Returns
QString, the command prompt of this command log entry.

◆ getResolvedCommand()

string CommandLogEntry::getResolvedCommand ( )

Returns the resolved command of this command log entry.

Returns
string, the resolved command of this command log entry.

◆ getTimeToString()

QString CommandLogEntry::getTimeToString ( )

Returns the timestamp of this command log entry.

Returns
QString, the timestamp of this command log entry.

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