OpcUaServerMethodNode
Description
This object was introduced in InCore 2.3.
- › Inherits:
Overview
Properties
Methods
Signals
Properties
inputArguments
- › Type:
- › Signal:
inputArgumentsChanged()
- › Attributes:
Readonly
method
- › Type:
JSValue
- › Signal:
methodChanged()
- › Attributes:
Writable
outputArguments
- › Type:
- › 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.