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.ApplicationLayerAssembly: 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.