Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
Additional Inherited Members | |
![]() | |
bool | go (string) |
Creates an HTTP request to the specified URL. More... | |
bool | http_get (string, string) |
bool | http_post (string, string, string) |
bool | http_delete (string, string, string) |
bool | http_put (string, string, string) |
bool | cancel () |
cancel HTTP request and close tcp connection. More... | |
string | getLastPageContent () |
Returns the last page content retrived from an HTTP response. More... | |
void | setHttps (bool) |
Sets the HttpClient process to use HTTPS if status is true, otherwise HTTP. More... | |
bool | isHttps () |
Returns true if the HttpClient process is set to HTTPS, false if HTTP. More... | |
void | onStart (string) |
IPC event. More... | |
void | onDone (string, ip, HttpResponseType, string) |
IPC event. More... | |
![]() | |
Device | getOwnerDevice () |
Returns the device for this process. More... | |