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..::..WriteData Method

Writes process data down to the selected location and device resources.

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

Syntax


public AL_ReadData_Result WriteData(
	ref IWriteValue data,
	byte retries
)
Public Function WriteData ( _
	ByRef data As IWriteValue, _
	retries As Byte _
) As AL_ReadData_Result
public:
AL_ReadData_Result^ WriteData(
	IWriteValue^% data, 
	unsigned char^ retries
)

Parameters

data
Type: IWriteValue%
Data to be send. Always null after return. Data buffer must be returned to the pool.
retries
Type: Byte
Number of retries to write data.

Return Value

AL_ReadData_Result result of the operation.

Exceptions


ExceptionCondition
NotImplementedException