OpcUaServerNamespace

Description

This object was introduced in InCore 2.3.

› Inherits:Object

Properties

index

› Type:SignedInteger
› Signal:indexChanged()
› Attributes:Readonly

objects

› Type:List<OpcUaServerObjectNode>
› Signal:objectsChanged()
› Attributes:Readonly

uri

› Type:String
› Signal:uriChanged()
› Attributes:Writable

Signals

objectsDataChanged(SignedInteger index)

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

Example

See OpcUaServer example on how to use OpcUaServerNamespace.