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

ModBus_DataProviderID..::..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.ApplicationLayer.ModBus
Assembly:  DataProvider.MODBUSRS (in DataProvider.MODBUSRS.dll)

Syntax


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

Parameters

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

Return Value

Return an object implementing IApplicationLayerMaster.

Exceptions


ExceptionCondition
LicenseExceptionThe type is licensed, but a License cannot be granted.