OPC Labs EasyOPC-UA Components Library
WriteValue Method
OpcLabs_EasyOpcUAComponents ActiveX DLL > EasyUAClient Object : WriteValue Method

Description
Writes value into a Value attribute of a node, using an endpoint descriptor and a node Id.

 

DISPID (Dispatch ID):

 

For more information, see WriteValue in .NET Reference.

Syntax
Visual Basic
Public Sub WriteValue( _
   ByVal endpointDescriptorString As String, _
   ByVal nodeDescriptorString As String, _
   ByVal value As Variant _
) 
Parameters
endpointDescriptorString

nodeDescriptorString

value

Return Type

See WriteValue in .NET Reference.

Remarks

For remarks, see WriteValue in .NET Reference.

Example

For examples, see WriteValue in .NET Reference.

See Also

EasyUAClient Object  | EasyUAClient Members