OPCDA.NET Reference Manual
Write(String,Object) Method
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > SyncIOGroup Class > Write Method : Write(String,Object) Method

name
IN: Full OPC item name
val
IN: value to write

Glossary Item Box

Write a new value to the specifed item.
A synchronous OPC server write call is executed.

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Function Write( _
   ByVal name As String, _
   ByVal val As Object _
) As Integer
C# 
public virtual int Write( 
   string name,
   object val
)

Parameters

name
IN: Full OPC item name
val
IN: value to write

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.