MBUS_ApplicationLayerPluginHelper..::..CreateApplicationLayerSlave Method
   Creates the application layer slave.
   
                
    Namespace: 
   CAS.Lib.CommonBus.ApplicationLayer.MBUSAssembly: DataProvider.MBUS (in DataProvider.MBUS.dll)
Syntax
public IApplicationLayerSlave CreateApplicationLayerSlave( ICommunicationLayerFactory cCommFactory, ProtocolParameters cProtParameters, out IProtocolParent cStatistic, string cName, ulong cID, CommonBusControl cParent )
Public Function CreateApplicationLayerSlave ( _ cCommFactory As ICommunicationLayerFactory, _ cProtParameters As ProtocolParameters, _ <OutAttribute> ByRef cStatistic As IProtocolParent, _ cName As String, _ cID As ULong, _ cParent As CommonBusControl _ ) As IApplicationLayerSlave
public: IApplicationLayerSlave^ CreateApplicationLayerSlave( ICommunicationLayerFactory^ cCommFactory, ProtocolParameters^ cProtParameters, [OutAttribute] IProtocolParent^% cStatistic, String^ cName, unsigned long long^ cID, CommonBusControl^ cParent )
Parameters
- cCommFactory
 - Type: ICommunicationLayerFactory
The communication layer factory. 
- cProtParameters
 - Type: ProtocolParameters
The protocol parameters. 
- cStatistic
 - Type: IProtocolParent%
The statistic. 
- cName
 - Type: String
Name 
- cID
 - Type: UInt64
The Identifier 
- cParent
 - Type: CommonBusControl
The parent common bus control. 

