Versions Compared

Key

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

...

Code Block
languagejs
Promise<PingResult> ping(String host_name, PingConfig config)

For BrightSign internal use. Behavior subject to change without notice. Pings a device with the specified host_name to determine if there are connection issues. 

traceroute()
Code Block
languagejs
Promise<InterfaceTestResult> traceroute(String host_name, TraceRouteConfig config)

...

  • [unsigned short] count: The default value is 10.
  • [unsigned long] interval: The interval value in milliseconds. The default is 100.
  • [unsigned long] timeout: The timeout value in seconds. The default is 10000.
  • [unsigned long] packetsize: The packet size in bytes. The default is 56.
  • [bool] ipv4: Enable pinging IPv4 addresses. The default is true.
  • [bool] ipv6: Enable pinging IPv6 addresses. The default isfalsetrue.
  • [bool] allAddresses: If true then ping all addresses returned from the DNS query. If false, then each will be pinged in turn until one responds. The default is false.

...