AdsClient.WriteValue Method
Overload List
| 
 | Name | Description | 
|---|---|---|
| 
                     | Writes a value to the symbol. Strings and all primitive data types(UInt32, Int32, Bool etc.) are supported. Array and structures are not supported. If a string is passed as parameter, the method attempts to parse the string according to the ADS data type of the symbol. | |
| 
                     | Writes a value to the symbol. Strings and all primitive data types(UInt32, Int32, Bool etc.) are supported. If a string is passed as parameter, the method attempts to parse the string according to the ADS data type of the symbol. | |
| 
                     | Writes the passed object value to the specified ADS symbol.The parameter type must have the same layout as the ADS symbol. | |
| 
                     | Writes the passed object value to the specified ADS symbol.The parameter type must have the same layout as the ADS symbol. | 
