![]() |
Qore ConnectionProvider Module Reference 2.0
|
ping response info More...
#include <ConnectionProvider.qm.dox.h>
Public Attributes | |
| string | desc |
| the description | |
| *hash< ExceptionInfo > | ex |
| if an exception occured, all exception info will be returned here | |
| string | info |
a string giving the result of the ping ("OK" or an error message) | |
| string | name |
| the name of the connection | |
| bool | ok |
| a boolean value giving the result of the ping | |
| *hash | opts |
| the options set on the connection | |
| int | ping_flags |
| Ping flags used for the ping. | |
| *hash | ping_info |
| an optional free-form hash giving additional info regarding ping operation or the remote system | |
| date | time |
| a relative date/time value giving the elapsed time of the ping operation | |
| string | url |
| a safe version of the URL (without passwords) | |
ping response info
As returned by AbstractConnection::ping()