IApplicationLayerMaster..::..WriteData Method
Writes process data down to the selected location and device resources.
Namespace:
CAS.Lib.CommonBus.ApplicationLayerAssembly: 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.