...
Code Block | ||
---|---|---|
| ||
Promise<InterfaceTestResult> ping(String host_name, PingConfig config) |
Ping Pings a device with the specified host_name
to determine if there are connection issues.
...
[long] count:
[long] interval:
[long] timeout:
[long] packetsize:
The size of the returned packet.[bool] ipv4:
Iftrue
, IPv4 is enabled on the network interface. Iffalse
, it is not.[bool] ipv6:
Iftrue
, IPv6 is enabled on the network interface. Iffalse
, it is not.
TraceRouteConfig
[String] resolve:
...