Setting class

Setting is a connection configurations class to connect to the back-end server.

Syntax

new Setting( protocol, ipaddress, port, wsname )

Parameters

Name Type Description
protocol   String representing the protocol type. Either \"http://\" or \"https://\".
ipaddress   The IP address of the money mobiliser server
port   The port number of the money mobiliser server
wsname   The name of the WS_Core web service;

Source

SY_OB_Data_Objects.js line 20.