Writes a value to the point and waits for the status code of the write operation.
Namespace: Ico.Fwx.ClientWrapperAssembly: IcoFwxClientWrapper (in IcoFwxClientWrapper.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public Status Write(
string pointName,
Object value
) |
| Visual Basic |
|---|
Public Function Write ( _
pointName As String, _
value As Object _
) As Status |
| JScript |
|---|
public function Write(
pointName : String,
value : Object
) : Status |
Parameters
- pointName
- Type: System..::..String
The point name to write into.
- value
- Type: System..::..Object
The value to write.
Return Value
The result of the write operation.
See Also