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

IApplicationLayerSlave..::..GetEmptySendDataBuffor Method

Get empty, but prepared to be send as response frame, data buffer.

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

Syntax


IResponseValue GetEmptySendDataBuffor(
	IBlockDescription block,
	int address
)
Function GetEmptySendDataBuffor ( _
	block As IBlockDescription, _
	address As Integer _
) As IResponseValue
IResponseValue^ GetEmptySendDataBuffor(
	IBlockDescription^ block, 
	int^ address
)

Parameters

block
Type: CAS.Lib.CommonBus.ApplicationLayer..::..IBlockDescription
Data block description to be read.
address
Type: Int32
Address of the remote station connected to the common field bus.

Return Value

Response to be sent.