when this flag is set, properties and components are not added as javascript member of the UAObject/UAVariable node
the alias name
browse some path.
This service can be used translates one or more browse paths into NodeIds. A browse path is constructed of a starting Node and a RelativePath. The specified starting Node identifies the Node from which the RelativePath is based. The RelativePath contains a sequence of ReferenceTypes and BrowseNames.
StatusCode | |
---|---|
BadNodeIdUnknown | |
BadNodeIdInvalid | |
BadNothingToDo | - the relative path contains an empty list ) |
BadBrowseNameInvalid | - target name is missing in relative path |
UncertainReferenceOutOfServer | - The path element has targets which are in another server. |
BadTooManyMatches | |
BadQueryTooComplex | |
BadNoMatch |
: the nodeid of the element to browse
construct a simple javascript object with all the default properties of the event
result.$eventDataSource the event type node
the constructed extension object
construct an extension object constructor from a DataType nodeID or UADataType object
cleanup all resources maintained by this addressSpace.
Find the DataType node from a NodeId or a browseName
find an EventType node in the address space
the eventType to find
the namespace index of the event to find
the EventType found or null.
note:
find an EventType node in the address space
the eventType to find
an optional index to restrict the search in a given namespace
the EventType found or null.
note:
find an node by node Id
a nodeId or a string coerce-able to nodeID, representing the object to find.
find an EventType node in the address space
the eventType to find
an optional index to restrict the search in a given namespace
the EventType found or null.
notes:
refType could be a string representing a nodeid : e.g. 'i=9004' or ns=1;i=6030 a string representing a browse name : e.g 'HasTypeDefinition' in this case it should be in the alias list
find a ReferenceType by its inverse name.
the inverse name of the ReferenceType to find
find a ReferenceType by its inverse name.
the inverse name of the ReferenceType to find
EventId is generated by the Server to uniquely identify a particular Event Notification.
dataType: "ByteString"
EventId is generated by the Server to uniquely identify a particular Event Notification.
the default namespace (standard OPCUA namespace)
get the extension object constructor from a DataType nodeID or UADataType object
the namespace
the namespace array
the namespace index of a namespace given by its namespace uri
address space own namespace
returns the inverse name of the referenceType.
: the reference type name
the name of the inverse reference type.
normalize the ReferenceType field of the Reference Object
a new reference object with the normalized name { referenceType:
register a function that will be called when the server will perform its shut down.
resolved a string or a nodeId to a nodeID
Generated using TypeDoc
AddressSpace
is a collection of UA nodes.const addressSpace = AddressSpace.create();