21        constant 
int ERR_INVALID_PARAMS = 1; 
 
   28        void getSettings(out vector<ServiceSettings> servicesSettings);
 
 
Network services configuration interface.
void getSettings(out vector< ServiceSettings > servicesSettings)
Retrieve the network services settings.
int setSettings(in vector< ServiceSettings > servicesSettings)
Change the network services settings.
Network service settings.
int port
Service TCP port.
string service
Service name.
boolean enable
true if the service is enabled