SBUS_ApplicationLayerPluginHelper..::..CreateApplicationLayerSlave Method
   Creates the application layer slave.
   
                
    Namespace: 
   CAS.Lib.CommonBus.ApplicationLayer.SBUSAssembly: DataProvider.SBUSRS (in DataProvider.SBUSRS.dll)
Syntax
public IApplicationLayerSlave CreateApplicationLayerSlave( ICommunicationLayer pCommLayer, ProtocolParameters pProtParameters, IProtocolParent pStatistic )
Public Function CreateApplicationLayerSlave ( _ pCommLayer As ICommunicationLayer, _ pProtParameters As ProtocolParameters, _ pStatistic As IProtocolParent _ ) As IApplicationLayerSlave
public: IApplicationLayerSlave^ CreateApplicationLayerSlave( ICommunicationLayer^ pCommLayer, ProtocolParameters^ pProtParameters, IProtocolParent^ pStatistic )
Parameters
- pCommLayer
 - Type: ICommunicationLayer
The communication layer. 
- pProtParameters
 - Type: ProtocolParameters
The protocol parameters. 
- pStatistic
 - Type: IProtocolParent
The statistic. 

