Versions Compared

Key

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

...

Code Block
languagejavascript
function GetIPAddress (dst : String, src : String) : String

Method arguments:

  1. dst - Required argument. The name of the remote computer where the Axxon PSIM kernel is installed. The value of dst should correspond to one of the names of the computers registered during setup of the video surveillance system.  It takes the following values:  Type – String, meeting the requirements for network computer names; range – computer names existing in the system.
  2. src - Required argument. The name of the local computer where the script executes. The value of src should match the name of the local computer as it is registered in Axxon PSIM.  It takes the following values:  Type – String; meeting the requirements for network computer names.

...