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

Description
Calls a method with specified input arguments, using an endpoint descriptor and an object node Id.

 

DISPID (Dispatch ID):

 

For more information, see CallMethod in .NET Reference.

Syntax
Visual Basic
Public Function CallMethod( _
   ByVal endpointDescriptorString As String, _
   ByVal objectNodeDescriptorString As String, _
   ByVal methodNodeDescriptorString As String, _
   ByVal InputArguments As Variant, _
   ByVal InputTypeCodes As Variant _
) As Variant()
Parameters
endpointDescriptorString

objectNodeDescriptorString

methodNodeDescriptorString

InputArguments

InputTypeCodes

Return Type

See CallMethod in .NET Reference.

Remarks

For remarks, see CallMethod in .NET Reference.

Example

For examples, see CallMethod in .NET Reference.

See Also

EasyUAClient Object  | EasyUAClient Members