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

Gets a buffer from a pool and initiates. After filling it up with the data can be send to the data provider remote unit by the WriteData(IWriteValue%, Byte).

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

Syntax


IWriteValue GetEmptyWriteDataBuffor(
	IBlockDescription block,
	int station
)
Function GetEmptyWriteDataBuffor ( _
	block As IBlockDescription, _
	station As Integer _
) As IWriteValue
IWriteValue^ GetEmptyWriteDataBuffor(
	IBlockDescription^ block, 
	int^ station
)

Parameters

block
Type: CAS.Lib.CommonBus.ApplicationLayer..::..IBlockDescription
IBlockDescription selecting the resource where the data block is to be written.
station
Type: Int32
Address of the remote station connected to the common field bus. –1 if not applicable.

Return Value

A buffer IWriteValue ready to be filled up with the data and written down by the WriteData(IWriteValue%, Byte) to the destination – remote station.