Class MethodNodeProperties
java.lang.Object
org.eclipse.milo.opcua.sdk.core.nodes.MethodNodeProperties
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.Argument[]>The InputArguments Property is used to specify the arguments that shall be used by a client when calling the Method.static final QualifiedProperty<String>The NodeVersion Property is used to indicate the version of a Node.static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.Argument[]>The OutputArguments Property specifies the result returned from the Method call. -
Method Summary
-
Field Details
-
NodeVersion
The NodeVersion Property is used to indicate the version of a Node. It does not apply to Properties.The NodeVersion Property is updated each time a Reference is added or removed from the Node the Property belongs to.
Although the relationship of a Variable to its DataType is not modelled using References, changes to the DataType Attribute of a Variable lead to an update of the NodeVersion Property.
The usage of this Property is optional.
-
InputArguments
public static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.Argument[]> InputArgumentsThe InputArguments Property is used to specify the arguments that shall be used by a client when calling the Method. -
OutputArguments
public static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.Argument[]> OutputArgumentsThe OutputArguments Property specifies the result returned from the Method call.
-