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

MBUS_ApplicationLayerPluginHelper..::..CreateApplicationLayerSlave Method

Creates the application layer slave.

Namespace:  CAS.Lib.CommonBus.ApplicationLayer.MBUS
Assembly:  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.

Return Value