OpcUaServerMethodNode

Description

This object was introduced in InCore 2.3.

› Inherits:OpcUaServerNode

Properties

inputArguments

› Type:List<OpcUaServerMethodArgument>
› Signal:inputArgumentsChanged()
› Attributes:Readonly

method

› Type:JSValue
› Signal:methodChanged()
› Attributes:Writable

outputArguments

› Type:List<OpcUaServerMethodArgument>
› Signal:outputArgumentsChanged()
› Attributes:Readonly

Signals

inputArgumentsDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the inputArguments list itself emitted the dataChanged() signal.

outputArgumentsDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the outputArguments list itself emitted the dataChanged() signal.

Example

See OpcUaServer example on how to use OpcUaServerMethodNode.