Versions Compared

Key

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

...

This interface contains diagnostic results:

  • [bool] ok: A Boolean flag indicating whether the network interface or Internet connection passed diagnostic tests
    [String] diagnosis: A single-line diagnosis of the first problem identified with the network interface or Internet connection
  • [bool] ok: A Boolean flag indicating whether the network interface or Internet connection passed diagnostic tests
  • [Log] log: A Log object containing diagnostic information related to the network interface or Internet connection

...

  • [String] name: A description of the diagnostic 
  • [bool] pass: A Boolean flag indicating whether the diagnostic was successful
  • [String] result: A description of the diagnostic result
  • [StringList] info: A string list containing diagnostic data

PingConfig

  • [long] count:
  • [long] interval:
  • [long] timeout:
  • [long] packetsize:
  • [bool] ipv4:
  • [bool] ipv6:

TraceRouteConfig

  • [String] resolve:

Example

The following script creates a networkdiagnostics instance and logs Internet diagnostic data to the console:

...