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

ICommunicationLayerId..::..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 SetSettings(XmlReader) before instantiating IApplicationLayerMaster. All changes to the parameters have to be done using properties provided by the implementer of this interface.

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

Syntax


void GetSettings(
	XmlWriter pSettings
)
Sub GetSettings ( _
	pSettings As XmlWriter _
)
void GetSettings(
	XmlWriter^ pSettings
)

Parameters

pSettings
Type: XmlWriter
The custom settings.