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 Methods

The IDataProviderID type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetApplicationLayerMaster
Instantiate object providing IApplicationLayerMaster - an object implementing master (playing the role on the field network of the master station,) interfaces defined for the application layer.
Public method GetAvailiableAddressspaces
This function is responsible for returning the list of addressspaces in the data provider
Public method GetHashCode (Inherited from Object.)
Public method GetItemDefaultSettings
Gets the item default settings.
Public method GetSettings
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.
Public method GetSettingsHumanReadableFormat
Returns as a string all the settings of the data provider used for operation. Data is returned in Human readable way
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method SetSettings
Sets all the settings of the data provider used for operation. This string should be returned from GetSettings()()()().
Public method ToString (Inherited from Object.)