NetCommunicationLayerID..::..CreateCommunicationLayer Method (array<Object>[]()[][])
Instantiate new object providing ICommunicationLayer functionality.
Namespace:
CAS.Lib.CommonBus.CommunicationLayer.NetAssembly: CommServer.CommonBus (in CommServer.CommonBus.dll)
Syntax
public ICommunicationLayer CreateCommunicationLayer( Object[] param )
Public Function CreateCommunicationLayer ( _ param As Object() _ ) As ICommunicationLayer
public: ICommunicationLayer^ CreateCommunicationLayer( array<Object^>^ param )
Parameters
- param
- Type: array<Object>[]()[][]
list of parameters that are required to create a communication layer. This list is specific for the communication layer: param[0] is short sockedNum, param[1] is ProtocolType protocol, param[2] is string pTraceName, param[3] is CommonBusControl pParent