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

ApplicationLayerPluginHelper..::..CreateApplicationLayerMaster Method

Creates the application layer master.

Namespace:  CAS.Lib.CommonBus.ApplicationLayer.DemoSimulator
Assembly:  DataProvider.MemoryCache (in DataProvider.MemoryCache.dll)

Syntax


public IApplicationLayerMaster CreateApplicationLayerMaster(
	IProtocolParent pStatistic,
	ICommunicationLayer pCommLayer,
	int pErrorFrequency
)
Public Function CreateApplicationLayerMaster ( _
	pStatistic As IProtocolParent, _
	pCommLayer As ICommunicationLayer, _
	pErrorFrequency As Integer _
) As IApplicationLayerMaster
public:
IApplicationLayerMaster^ CreateApplicationLayerMaster(
	IProtocolParent^ pStatistic, 
	ICommunicationLayer^ pCommLayer, 
	int^ pErrorFrequency
)

Parameters

pStatistic
Type: IProtocolParent
The statistic.
pCommLayer
Type: ICommunicationLayer
The communication layer.
pErrorFrequency
Type: Int32
The error frequency.

Return Value

IApplicationLayerMaster