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 Interface

Data provider identifying interface – provides general information about the plug-in and its functionality. Allows to get and set by the client all parameters setting for the data provider component and after that instantiate data provider.

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

Syntax


public interface IDataProviderID : IEnumerable<KeyValuePair<string, ICommunicationLayerId>>
Public Interface IDataProviderID _
	Inherits IEnumerable(Of KeyValuePair(Of String, ICommunicationLayerId))
public interface class IDataProviderID : IEnumerable<KeyValuePair<String^, ICommunicationLayerId^>^>