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

ICommunicationLayerFactory..::..CreateCommunicationLayer Method (array<Object>[]()[][])

Instantiate new object providing ICommunicationLayer functionality.

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

Syntax


ICommunicationLayer CreateCommunicationLayer(
	Object[] parameter
)
Function CreateCommunicationLayer ( _
	parameter As Object() _
) As ICommunicationLayer
ICommunicationLayer^ CreateCommunicationLayer(
	array<Object^>^ parameter
)

Parameters

parameter
Type: array<Object>[]()[][]
list of parameters that are required to create a communication layer. This list is specific for the communication layer

Return Value

An object providing the ICommunicationLayer functionality