|
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 | |
| HttpClient | createClient () |
| Returns the HTTPClient object. More... | |
| void | deleteClient (HttpClient) |
| destroy the HTTPCLient object. More... | |
Public Member Functions inherited from Process | |
| Device | getOwnerDevice () |
| Returns the device for this process. More... | |
| HttpClient HttpBackgroundClientManager::createClient | ( | ) |
Returns the HTTPClient object.
| void HttpBackgroundClientManager::deleteClient | ( | HttpClient | ) |
destroy the HTTPCLient object.
| HttpClient,the | HTTPCLient to destroy. |