BaseStation.ItemDescriber Namespace
CAS.DataPorter.Configurator Namespace
CAS.Lib.CommonBus Namespace
CAS.Lib.CommonBus.ApplicationLayer Namespace
CAS.Lib.CommonBus.CommunicationLayer Namespace
CAS.Lib.DeviceSimulator Namespace
CAS.NetworkConfigLib Namespace
Object-Oriented Internet Process-Observer

IDataProviderID..::..GetSettings Method

Returns as a string all the settings of the data provider used for operation. Client is only holder of the string and is responsible to return this string back using see SetSettings(String) before instantiating IApplicationLayerMaster . All changes to the parameters have to be done using provided by the implementer of this interface properties.

Namespace:  CAS.Lib.CommonBus
Assembly:  CommServer.CommonBus (in CommServer.CommonBus.dll)

Syntax


string GetSettings()
Function GetSettings As String
String^ GetSettings()

Return Value

All the settings are needed to instantiate the data provider and underling ICommunicationLayer.