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

IApplicationLayerMaster..::..WriteData Method

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

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

Syntax


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

Parameters

data
Type: CAS.Lib.CommonBus.ApplicationLayer..::..IWriteValue%
Data to be send. Always null after return. Data buffer must be returned to the pool.
retries
Type: Byte
Number of retries to wrtie data.

Return Value

AL_ReadData_Result result of the operation.