Actions GetInterfaceSetting - thica/ORCA-Remote GitHub Wiki
Reads a parameter from the interface.ini file. Important: You can't use this command in the appstart actions.
| Attribute | Description |
|---|---|
| string | getinterfacesetting |
| interfacename | Name of the interface |
| configname | Name of the configuration |
| varname | Name of the variable to get |
| retvar | Destination var |
<action name="" string="getinterfacesetting" interfacename="eiscp" configname="myconfig" varname="uHost" retvar="DISCOVERHOST"/>