Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
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: If true, IPv4 is enabled on the network interface. If false, it is not.
  • [bool] ipv6: If true, IPv6 is enabled on the network interface. If false, it is not.

TraceRouteConfig

  • [String] resolve:

...