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

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

 

DISPID (Dispatch ID):

 

For more information, see Write in .NET Reference.

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

nodeDescriptorString

AttributeData

Return Type

See Write in .NET Reference.

Remarks

For remarks, see Write in .NET Reference.

Example

For examples, see Write in .NET Reference.

See Also

EasyUAClient Object  | EasyUAClient Members