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

DataProviderID..::..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


[BrowsableAttribute]
[TypeConverterAttribute]
public ICommunicationLayerId SelectedCommunicationLayer { get; set; }
<BrowsableAttribute> _
<TypeConverterAttribute> _
Public Property SelectedCommunicationLayer As ICommunicationLayerId
	Get
	Set
[BrowsableAttribute]
[TypeConverterAttribute]
public:
property ICommunicationLayerId^ SelectedCommunicationLayer {
	ICommunicationLayerId^ get ();
	void set (ICommunicationLayerId^ value);
}