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

ApplicationLayerMaster<(Of <(<'T_ALMessage>)>)> Constructor

ApplicationLayerMaster creator

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

Syntax


public ApplicationLayerMaster(
	ALProtocol<T_ALMessage> cProtocol,
	SesDBufferPool<T_ALMessage> cPool
)
Public Sub New ( _
	cProtocol As ALProtocol(Of T_ALMessage), _
	cPool As SesDBufferPool(Of T_ALMessage) _
)
public:
ApplicationLayerMaster(
	ALProtocol<T_ALMessage>^ cProtocol, 
	SesDBufferPool<T_ALMessage>^ cPool
)

Parameters

cProtocol
Type: CAS.Lib.CommonBus.ApplicationLayer..::..ALProtocol<(Of <(<'T_ALMessage>)>)>
Protocol to be used to transfer data.
cPool
Type: CAS.Lib.CommonBus.CommunicationLayer.Generic..::..SesDBufferPool<(Of <(<'T_ALMessage>)>)>
Empty frames pool to be used by the protocol.