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..::..SelectedCommunicationLayer Property

Get and set underlying ICommunicationLayerId. Information about selected communication layer provider should be included in the setting string and used before instantiating the data IApplicationLayerMaster

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

Syntax


ICommunicationLayerId SelectedCommunicationLayer { get; set; }
Property SelectedCommunicationLayer As ICommunicationLayerId
	Get
	Set
property ICommunicationLayerId^ SelectedCommunicationLayer {
	ICommunicationLayerId^ get ();
	void set (ICommunicationLayerId^ value);
}