ModBusProtocol Constructor
                
    Namespace: 
   CAS.Lib.CommonBus.ApplicationLayer.ModBus
Assembly: DataProvider.MODBUSRS (in DataProvider.MODBUSRS.dll)
            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>)>)>
 

