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

TextReaderApplicationLayerMaster Constructor

Initializes a new instance of the TextReaderApplicationLayerMaster class.

Namespace:  CAS.CommServer.DataProvider.TextReader
Assembly:  DataProvider.TextReader (in DataProvider.TextReader.dll)

Syntax


public TextReaderApplicationLayerMaster(
	IProtocolParent statistic,
	IComponent parentComponent,
	ITextReaderProtocolParameters setting
)
Public Sub New ( _
	statistic As IProtocolParent, _
	parentComponent As IComponent, _
	setting As ITextReaderProtocolParameters _
)
public:
TextReaderApplicationLayerMaster(
	IProtocolParent^ statistic, 
	IComponent^ parentComponent, 
	ITextReaderProtocolParameters^ setting
)

Parameters

statistic
Type: IProtocolParent
The statistic data describing behavior of this DataProvider at run-time.
parentComponent
Type: IComponent
The parent component providing cleanup functionality.
setting
Type: CAS.CommServer.DataProvider.TextReader..::..ITextReaderProtocolParameters
The current settings for this DataProvider.