CAS.CommServer.DataProvider.MODBUSCore Namespace
CAS.CommServer.DataProvider.TextReader Namespace
CAS.Lib.CommonBus.ApplicationLayer Namespace
N:CAS.Lib.CommonBus.ApplicationLayer.Modbus
CAS.Lib.CommonBus.ApplicationLayer.Modbus Namespace
CAS.Lib.CommonBus.ApplicationLayer.SBUS Namespace
ProcessObserver.DataProviders

ModBusProtocol Constructor

Namespace:  CAS.Lib.CommonBus.ApplicationLayer.ModBus
Assembly:  DataProvider.MODBUSRS (in DataProvider.MODBUSRS.dll)

Syntax


public ModBusProtocol(
	ICommunicationLayer pCommLayer,
	ProtocolParameters pProtParameters,
	IProtocolParent pStatistic,
	SesDBufferPool<ModBusMessage> pPool
)
Public Sub New ( _
	pCommLayer As ICommunicationLayer, _
	pProtParameters As ProtocolParameters, _
	pStatistic As IProtocolParent, _
	pPool As SesDBufferPool(Of ModBusMessage) _
)
public:
ModBusProtocol(
	ICommunicationLayer^ pCommLayer, 
	ProtocolParameters^ pProtParameters, 
	IProtocolParent^ pStatistic, 
	SesDBufferPool<ModBusMessage^>^ pPool
)

Parameters

pCommLayer
Type: ICommunicationLayer
pProtParameters
Type: ProtocolParameters
pStatistic
Type: IProtocolParent
pPool
Type: SesDBufferPool<(Of <(<'ModBusMessage>)>)>