TextReaderApplicationLayerMaster..::..WriteData Method
   Writes process data down to the selected location and device resources.
   
                
    Namespace: 
   CAS.CommServer.DataProvider.TextReaderAssembly: DataProvider.TextReader (in DataProvider.TextReader.dll)
Syntax
public AL_ReadData_Result WriteData( ref IWriteValue data, byte retries )
Public Function WriteData ( _ ByRef data As IWriteValue, _ retries As Byte _ ) As AL_ReadData_Result
public: AL_ReadData_Result^ WriteData( IWriteValue^% data, unsigned char^ retries )
Parameters
- data
 - Type: IWriteValue%
Data to be send. Always null after return. Data buffer must be returned to the pool. 
- retries
 - Type: Byte
Number of retries to write data. 

