BaseStation.ItemDescriber Namespace
CAS.DataPorter.Configurator Namespace
CAS.Lib.CommonBus Namespace
CAS.Lib.CommonBus.ApplicationLayer Namespace
CAS.Lib.CommonBus.CommunicationLayer Namespace
CAS.Lib.DeviceSimulator Namespace
CAS.NetworkConfigLib Namespace
Object-Oriented Internet Process-Observer

IDataProviderID..::..GetApplicationLayerMaster Method

Instantiate object providing IApplicationLayerMaster - an object implementing master (playing the role on the field network of the master station,) interfaces defined for the application layer.

Namespace:  CAS.Lib.CommonBus
Assembly:  CommServer.CommonBus (in CommServer.CommonBus.dll)

Syntax


IApplicationLayerMaster GetApplicationLayerMaster(
	IProtocolParent pStatistic,
	CommonBusControl pParent
)
Function GetApplicationLayerMaster ( _
	pStatistic As IProtocolParent, _
	pParent As CommonBusControl _
) As IApplicationLayerMaster
IApplicationLayerMaster^ GetApplicationLayerMaster(
	IProtocolParent^ pStatistic, 
	CommonBusControl^ pParent
)

Parameters

pStatistic
Type: IProtocolParent
Statistical information about the communication performance.
pParent
Type: CAS.Lib.CommonBus..::..CommonBusControl
- Base class responsible for all of resources management used by the component and providing tracing sources.

Return Value

Return an object implementing IApplicationLayerMaster.