Skip to content

Actions GetInterfaceSetting

thica edited this page Jan 10, 2020 · 6 revisions

getinterfacesetting

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
A short example:
<action name="" string="getinterfacesetting" interfacename="eiscp" configname="myconfig" varname="uHost" retvar="DISCOVERHOST"/>

Clone this wiki locally