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

