| Package | Description |
|---|---|
| com.prosysopc.ua |
Common classes for client and server side.
|
| com.prosysopc.ua.client |
Main client side classes of the SDK.
|
| com.prosysopc.ua.client.nodes |
Client side implementation classes for the
UaNode model. |
| com.prosysopc.ua.nodes |
Common
UaNode model. |
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| com.prosysopc.ua.server.instantiation |
Classes the SDK uses internally for building UaNode instances based on address space.
|
| com.prosysopc.ua.server.io |
Classes related to dynamically handing Read/Write services.
|
| com.prosysopc.ua.server.nodes |
Server side implementation classes for the
UaNode model. |
| com.prosysopc.ua.types.gds | |
| com.prosysopc.ua.types.gds.client | |
| com.prosysopc.ua.types.gds.server | |
| com.prosysopc.ua.types.opcua | |
| com.prosysopc.ua.types.opcua.client | |
| com.prosysopc.ua.types.opcua.server |
| Modifier and Type | Method and Description |
|---|---|
<T extends UaNode> |
UaAddressSpace.getNode(ExpandedNodeId nodeId,
Class<T> clazz)
Convenience method for
UaAddressSpace.getNode(ExpandedNodeId) that converts the results to given
class. |
<T extends UaNode> |
UaAddressSpace.getNode(NodeId nodeId,
Class<T> clazz)
Convenience method for
UaAddressSpace.getNode(NodeId) that converts the results to given class. |
<T extends UaNode> |
UaAddressSpace.getNode(UaNodeId nodeId,
Class<T> clazz)
Convenience method for
UaAddressSpace.getNode(UaNodeId) that converts the results to given class. |
| Modifier and Type | Method and Description |
|---|---|
abstract UaNode |
NodeMap.addNode(UaNode node) |
UaNode |
UaAddressSpace.findNode(NodeId id)
Find a (@link UaNode) corresponding to the given
NodeId. |
UaNode |
UaAddressSpace.getNode(ExpandedNodeId nodeId)
Convenience method for
UaAddressSpace.getNode(NodeId) that accepts ExpandedNodeId. |
UaNode |
UaAddressSpace.getNode(NodeId nodeId)
Find the UaNode object, corresponding to the NodeId.
|
abstract UaNode |
NodeMap.getNode(NodeId nodeId) |
protected abstract UaNode |
ModelParserBase.getNode(NodeId nodeId)
Get an existing node in the address space.
|
UaNode |
UaAddressSpace.getNode(UaNodeId nodeId)
Convenience method for
UaAddressSpace.getNode(NodeId) that accepts UaNodeId. |
abstract UaNode |
NodeMap.remove(NodeId nodeId)
Remove a node from the node map.
|
UaNode |
NodeMap.remove(UaNode node)
Remove a node from the node map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UaAddressSpace.addNode(UaNode node)
Add a (@link UaNode) to the address space.
|
abstract UaNode |
NodeMap.addNode(UaNode node) |
static EventData |
EventData.fromNodeHierarchy(UaNode node,
ByteString eventId,
Iterable<NodeClass> excludeNodeClasses)
Creates a new EventData structure using the current field values of an event node and it's
subnodes.
|
static EventData |
EventData.fromNodeHierarchy(UaNode node,
ByteString eventId,
NodeClass... excludeNodeClasses)
Creates a new EventData structure using the current field values of an event node and it's
subnodes.
|
boolean |
EventListener.isMonitored(UaNode node)
Used to determine if the node is being monitored for events by a MonitoredItem of a client
application.
|
void |
EventListener.onEvent(UaNode node,
EventData eventData)
A notification of an event
|
UaNode |
NodeMap.remove(UaNode node)
Remove a node from the node map.
|
| Constructor and Description |
|---|
EventData(UaNode node,
ByteString eventId)
Deprecated.
use
#fromNodeHierarchy(UaNode, ByteString) instead. |
EventData(UaNode node,
ByteString eventId,
Set<NodeClass> excludeNodeClasses,
boolean calculateTypeHierarchy)
Internal method, signature may change in future versions, creates new EventData.
|
| Constructor and Description |
|---|
InternalUaNodeSetAddressSpaceParser(UaNamespace primaryNamespace,
UaAddressSpace addressSpace,
Set<UaNode> nodesToWrite,
Set<UaNodeId> ignoreValuesfromNodes,
Set<UaNamespace> referenceDependencyIgnoreNamespaces)
Internal.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends UaNode> |
AddressSpace.getNode(ExpandedNodeId nodeId,
Class<T> clazz)
Convenience method for
AddressSpace.getNode(ExpandedNodeId) which automatically casts the result to
the requested class. |
<T extends UaNode> |
AddressSpace.getNode(NodeId nodeId,
Class<T> clazz)
Convenience method for
AddressSpace.getNode(ExpandedNodeId) which automatically casts the result to
the requested class. |
<T extends UaNode> |
AddressSpace.getNode(UaNodeId nodeId,
Class<T> clazz)
Convenience method for
AddressSpace.getNode(UaNodeId) which automatically casts the result to the
requested class. |
| Modifier and Type | Method and Description |
|---|---|
UaNode |
NodeCache.addNode(UaNode node) |
protected UaNode |
NodeCache.addNode(UaNode node,
DateTime timestamp) |
UaNode |
NodeCache.addPermanently(UaNode node)
Add a node permanently to the cache.
|
protected UaNode |
NodeCache.createNode(NodeClass nodeClass,
NodeId nodeId,
QualifiedName browseName,
LocalizedText displayName,
ExpandedNodeId typeDefinition)
Create a new node and add it to the cache.
|
UaNode |
AddressSpace.findNode(NodeId id) |
UaNode |
NodeCache.NodeCacheWrapper.getNode() |
UaNode |
AddressSpace.getNode(ExpandedNodeId nodeId)
Finds the node object, corresponding to the NodeId.
|
UaNode |
NodeCache.getNode(NodeId nodeId) |
protected UaNode |
ModelParser.getNode(NodeId nodeId)
Deprecated.
|
UaNode |
InternalGetNodesResults.getNode(NodeId nodeId)
Returns UaNode for the given id.
|
UaNode |
AddressSpace.getNode(NodeId nodeId)
Finds the node object, corresponding to the NodeId.
|
UaNode |
AddressSpace.getNode(UaNodeId nodeId)
Finds the node object, corresponding to the NodeId.
|
UaNode[] |
AddressSpace.getNodes(NodeId... nodeIds)
Like
AddressSpace.getNode(com.prosysopc.ua.stack.builtintypes.ExpandedNodeId), but optimized for multiple nodes at the same time. |
UaNode |
NodeCache.remove(NodeId nodeId) |
UaNode |
NodeCache.remove(UaNode node) |
| Modifier and Type | Method and Description |
|---|---|
Map<NodeId,UaNode> |
InternalGetNodesResults.getRawMap() |
| Modifier and Type | Method and Description |
|---|---|
UaNode |
NodeCache.addNode(UaNode node) |
void |
AddressSpace.addNode(UaNode node)
Add a
UaNode to the address space. |
protected UaNode |
NodeCache.addNode(UaNode node,
DateTime timestamp) |
UaNode |
NodeCache.addPermanently(UaNode node)
Add a node permanently to the cache.
|
protected BrowsePath |
GlobalServerList.createBrowsePath(UaNode app,
int gdsNamespaceIndex,
String applicationType) |
StatusCode[] |
AddressSpace.readAttributes(UaNode node,
UnsignedInteger... attributes)
Reads the values for the specified node attributes and sets the respective values in the node
object.
|
void |
AddressSpace.readComponents(UaNode node)
Read all components of a node from the server to the cache.
|
void |
AddressSpace.readNode(UaNode node)
Reads the values for all node attributes, except for NodeId, and sets the respective values in
the node object.
|
void |
AddressSpace.readProperties(UaNode node)
Read values of all properties of a node.
|
void |
AddressSpace.readReferences(UaNode node,
NodeId referenceTypeId,
BrowseDirection direction,
boolean includeSubTypes)
Read the references of a node.
|
UaNode |
NodeCache.remove(UaNode node) |
| Constructor and Description |
|---|
NodeCacheWrapper(UaNode node,
DateTime timestamp)
Creates new wrapper.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UaDataTypeImpl
Straight forward implementation of
UaDataType. |
class |
UaInstanceImpl
Straight forward implementation of
UaInstance. |
class |
UaMethodImpl
Straight forward implementation of
UaMethod. |
class |
UaNodeImpl
Straight forward implementation of
UaNode. |
class |
UaObjectImpl
Straight forward implementation of
UaObject. |
class |
UaObjectTypeImpl
Straight forward implementation of
UaObjectType. |
class |
UaPropertyImpl
UaPropertyImpl is the base implementation of the UaProperty.
|
class |
UaReferenceTypeImpl
Straight forward implementation of UaReferenceType.
|
class |
UaTypeImpl
Generic type node.
|
class |
UaVariableImpl
Straight forward implementation of
UaVariable. |
class |
UaVariableTypeImpl
Straight forward implementation of
UaVariableType. |
class |
UaViewImpl
Straight forward implementation of
UaView. |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<Class<? extends UaNode>,List<UnsignedInteger>> |
UaNodeImpl.supportedAttributesMap |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends UaNode> |
UaNodeImpl.findPlaceholders(Class<T> clazz,
ExpandedNodeId placeholderId,
ExpandedNodeId referenceTypeId)
Searches UaNodes that match given Placeholder ModellingRule node.
|
| Modifier and Type | Method and Description |
|---|---|
UaNode |
UaNodeImpl.getComponent(QualifiedName componentName) |
UaNode[] |
UaNodeImpl.getComponents() |
UaNode |
UaClientReference.getSourceNode() |
UaNode |
UaClientReference.getTargetNode() |
UaNode |
UaNodeImpl.removeComponent(UaNode component) |
| Modifier and Type | Method and Description |
|---|---|
UaReference |
UaObjectImpl.addComponent(UaNode node)
Adds a new component to the Object.
|
UaReference |
UaNodeImpl.addComponent(UaNode node) |
UaReference |
UaNodeImpl.addReference(UaNode targetNode,
NodeId referenceTypeId,
boolean isInverse) |
UaReference |
UaNodeImpl.deleteReference(UaNode targetNode,
NodeId referenceTypeId,
boolean isInverse) |
boolean |
UaClientReference.getIsInverse(UaNode node) |
UaNode |
UaNodeImpl.removeComponent(UaNode component) |
| Constructor and Description |
|---|
UaClientReference(NodeId referenceTypeId,
UaNode sourceNode,
UaNode targetNode,
AddressSpace addressSpace) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UaDataType
Interface definition for OPC UA data type.
|
interface |
UaInstance
Interface of UA instance nodes.
|
interface |
UaMethod
Interface definition of OPC UA Method nodes.
|
interface |
UaObject
OPC UA Object interface.
|
interface |
UaObjectType
Interface definition for OPC UA object type.
|
interface |
UaProperty
OPC UA Property.
|
interface |
UaReferenceType
Interface definition of the OPC UA reference type.
|
interface |
UaType
Common interface for all UA Types.
|
interface |
UaValueNode
A common interface for UaVariable and UaVariableType.
|
interface |
UaVariable
UaVariable defines the interface for the UA variable.
|
interface |
UaVariableType
Interface definition of the OPC UA variable type.
|
interface |
UaView
Each View defines a subset of the Nodes in the AddressSpace.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUaNode
Internal abstract base class for client and server side UaNode implementations.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends UaNode> |
UaNodeFactory.registerNodeClass(NodeClass nodeClass,
Function<UaNode.Parameters,T> constructor) |
<T extends UaNode> |
AbstractUaNodeFactory.registerNodeClass(NodeClass nodeClass,
Function<UaNode.Parameters,T> constructor) |
<T extends UaNode> |
UaNodeFactory.registerTypeDefinition(UaNodeId typeDefinition,
Function<UaNode.Parameters,T> constructor) |
<T extends UaNode> |
AbstractUaNodeFactory.registerTypeDefinition(UaNodeId typeDefinition,
Function<UaNode.Parameters,T> constructor) |
| Modifier and Type | Method and Description |
|---|---|
protected UaNode |
AbstractUaNodeFactory.createInstance(Function<UaNode.Parameters,? extends UaNode> constructor,
NodeId nodeId,
QualifiedName browseName,
LocalizedText displayName,
ExpandedNodeId typeDefinition)
Constructs the node using the given Constructor and sets given TypeDefinition or known java
class mapping, if applicable.
|
UaNode |
UaNodeFactory.createNode(NodeClass nodeClass,
NodeId nodeId,
QualifiedName browseName,
LocalizedText displayName)
Create a new Node object based on the nodeClass (or typeDefinition).
|
UaNode |
AbstractUaNodeFactory.createNode(NodeClass nodeClass,
NodeId nodeId,
QualifiedName browseName,
LocalizedText displayName) |
UaNode |
UaNodeFactory.createNode(NodeClass nodeClass,
NodeId nodeId,
QualifiedName browseName,
LocalizedText displayName,
ExpandedNodeId typeDefinition)
Create a new Node object based on the nodeClass (or typeDefinition).
|
UaNode |
AbstractUaNodeFactory.createNode(NodeClass nodeClass,
NodeId nodeId,
QualifiedName browseName,
LocalizedText displayName,
ExpandedNodeId typeDefinition) |
UaNode |
UaNodeFactory.createNode(NodeClass nodeClass,
NodeId nodeId,
QualifiedName browseName,
LocalizedText displayName,
NodeId typeDefinition)
Create a new Node object based on the nodeClass (or typeDefinition).
|
UaNode |
AbstractUaNodeFactory.createNode(NodeClass nodeClass,
NodeId nodeId,
QualifiedName browseName,
LocalizedText displayName,
NodeId typeDefinition) |
UaNode |
UaNodeFactory.createNode(NodeClass nodeClass,
NodeId nodeId,
String name,
Locale locale)
Create a new Node object based on the nodeClass (or typeDefinition).
|
UaNode |
AbstractUaNodeFactory.createNode(NodeClass nodeClass,
NodeId nodeId,
String name,
Locale locale) |
UaNode |
UaNodeFactory.createNode(NodeClass nodeClass,
NodeId nodeId,
String name,
Locale locale,
ExpandedNodeId typeDefinitionId)
Create a new Node object based on the nodeClass (or typeDefinition).
|
UaNode |
AbstractUaNodeFactory.createNode(NodeClass nodeClass,
NodeId nodeId,
String name,
Locale locale,
ExpandedNodeId typeDefinitionId) |
UaNode |
UaNodeFactory.createNode(NodeClass nodeClass,
NodeId nodeId,
String name,
Locale locale,
NodeId typeDefinitionId)
Create a new Node object based on the nodeClass (or typeDefinition).
|
UaNode |
AbstractUaNodeFactory.createNode(NodeClass nodeClass,
NodeId nodeId,
String name,
Locale locale,
NodeId typeDefinitionId) |
UaNode |
UaNode.getComponent(QualifiedName componentName)
Get the component, which has the specified name.
|
UaNode[] |
UaNode.getComponents()
Get a list of components of this node, i.e.
|
UaNode |
UaReference.getOppositeNode(UaNode node)
Get the other end of the reference.
|
default UaNode |
UaNode.getOrganizedNode(QualifiedName browseName)
Returns first match of
getOrganizedNodes() whose getBrowseName()
matches the given BrowseName. |
default UaNode[] |
UaNode.getOrganizedNodes()
Returns all nodes that are the targets of all forward Organizes References from this node.
|
abstract UaNode |
UaReference.getSourceNode() |
abstract UaNode |
UaReference.getTargetNode()
Reference to the target node object.
|
UaNode |
UaNode.removeComponent(UaNode component)
Remove a component reference from the node.
|
| Modifier and Type | Method and Description |
|---|---|
protected Function<UaNode.Parameters,? extends UaNode> |
AbstractUaNodeFactory.getConstructor(NodeClass nodeClass,
UaNodeId typeId)
Tries to find a suitable constructor based on the given NodeClass or TypeDefinition.
|
| Modifier and Type | Method and Description |
|---|---|
UaReference |
UaNode.addComponent(UaNode node)
Adds a new component to the Node.
|
default UaReference |
UaNode.addOrganizes(UaNode target)
Convenience method for adding Organizes reference from this node to the given target node.
|
default UaReference |
UaNode.addReference(UaNode targetNode,
NodeId referenceTypeId)
Add a reference to the node.
|
UaReference |
UaNode.addReference(UaNode targetNode,
NodeId referenceTypeId,
boolean isInverse)
Add a reference to the node.
|
UaReference |
UaNode.deleteReference(UaNode targetNode,
NodeId referenceTypeId,
boolean isInverse)
Delete a reference from the node.
|
abstract boolean |
UaReference.getIsInverse(UaNode node)
Whether the reference is a forward or inverse reference.
|
UaNode |
UaReference.getOppositeNode(UaNode node)
Get the other end of the reference.
|
void |
DataChangeListener.onDataChange(UaNode uaNode,
DataValue prevValue,
DataValue value) |
UaNode |
UaNode.removeComponent(UaNode component)
Remove a component reference from the node.
|
| Modifier and Type | Method and Description |
|---|---|
protected UaNode |
AbstractUaNodeFactory.createInstance(Function<UaNode.Parameters,? extends UaNode> constructor,
NodeId nodeId,
QualifiedName browseName,
LocalizedText displayName,
ExpandedNodeId typeDefinition)
Constructs the node using the given Constructor and sets given TypeDefinition or known java
class mapping, if applicable.
|
| Modifier and Type | Method and Description |
|---|---|
PubSubPublishedVariableConf.Builder |
PubSubPublishedVariableConf.Builder.setDataType(UaNode node)
Convenience method for
PubSubPublishedVariableConf.Builder.setDataType(UaNodeId) that uses the NodeId of the given node as UaNodeId. |
PubSubFieldMetaDataConf.Builder |
PubSubFieldMetaDataConf.Builder.setDataType(UaNode node)
Convenience method for
PubSubFieldMetaDataConf.Builder.setDataType(UaNodeId) that uses the NodeId of the given node as UaNodeId. |
PubSubEventDataSetConf.Builder |
PubSubEventDataSetConf.Builder.setEventNotifier(UaNode node)
Convenience method for
PubSubEventDataSetConf.Builder.setEventNotifier(UaNodeId) that uses the NodeId of the given node as UaNodeId. |
PubSubPublishedVariableConf.Builder |
PubSubPublishedVariableConf.Builder.setPublishedVariable(UaNode node)
Convenience method for
PubSubPublishedVariableConf.Builder.setPublishedVariable(UaNodeId) that uses the NodeId of the given node as UaNodeId. |
PubSubFieldTargetConf.Builder |
PubSubFieldTargetConf.Builder.setTargetNodeId(UaNode node)
Convenience method for
PubSubFieldTargetConf.Builder.setTargetNodeId(UaNodeId) that uses the NodeId of the given node as UaNodeId. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GeneratedNode |
| Modifier and Type | Field and Description |
|---|---|
protected UaNode |
MonitoredItem.node |
| Modifier and Type | Method and Description |
|---|---|
<T extends UaNode> |
ServiceManagerBase.getNode(ExpandedNodeId nodeId,
Class<T> clazz)
Convenience method for
ServiceManagerBase.getNode(ExpandedNodeId) that casts the result |
<T extends UaNode> |
NodeManagerTable.getNode(ExpandedNodeId nodeId,
Class<T> clazz) |
<T extends UaNode> |
ServiceManagerBase.getNode(NodeId nodeId,
Class<T> clazz)
Convenience method for
ServiceManagerBase.getNode(NodeId) that casts the result |
<T extends UaNode> |
NodeManagerTable.getNode(NodeId nodeId,
Class<T> clazz)
Convinience method for
NodeManagerTable.getNode(NodeId) that casts the result to given class |
<T extends UaNode> |
NodeManagerTable.getNode(UaNodeId nodeId,
Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
UaNode |
NodeMapUaNode.addNode(UaNode node) |
UaNode |
NodeManagerUaNode.addNode(UaNode newNode)
Adds a new node - unless it already exists in the node manager.
|
UaNode |
NodeManager.addNode(UaNode node)
Adds a new node - unless it already exists in the node manager.
|
UaNode |
NodeManagerUaNode.addNodeAndReference(UaNode parent,
UaNode newNode,
NodeId referenceTypeId) |
protected UaNode |
NodeManagerUaNode.createNodeForAddNodesRequest(NodeId nodeId,
QualifiedName browseName,
NodeClass nodeClass,
ExpandedNodeId typeDefinitionId,
LocalizedText displayName)
Create node(s) for a single AddNodesRequest.
|
protected UaNode |
NodeManagerUaNode.createNodeForNodeSet2(NodeId nodeId,
QualifiedName browseName,
NodeClass nodeClass,
ExpandedNodeId typeDefinitionId,
LocalizedText displayName)
Create a node for ModelParser loading NodeSet2.
|
UaNode |
NodeManagerUaNode.deleteNode(NodeId nodeId,
boolean deleteTargetReferences,
boolean deleteChildren)
Delete a node from the node manager.
|
UaNode |
NodeManagerUaNode.deleteNode(UaNode node,
boolean deleteTargetReferences,
boolean deleteChildren)
Delete a node from the node manager.
|
protected UaNode |
NodeManagerUaNode.deleteNode(UaNode node,
boolean deleteTargetReferences,
boolean deleteChildren,
boolean doNotDeleteIfInverseHierarchicalRefs) |
protected UaNode |
NodeManager.findNode(ExpandedNodeId nodeId)
Find the UaNode corresponding to the nodeId, if the Node Manager
NodeManager.supportsUaNode(). |
UaNode |
NodeManagerUaNode.findNode(NodeId nodeId) |
UaNode |
NodeManagerTable.findNode(NodeId nodeId)
Find a (@link UaNode) corresponding to the given (@link NodeId).
|
UaNode |
NodeManager.findNode(NodeId nodeId)
Find the UaNode corresponding to the nodeId, if the Node Manager
NodeManager.supportsUaNode(). |
UaNode[] |
GeneralModelChangeEvent.getAffectedNodes()
The AffectedNodes is used to keep a list of UaNode objects that are affected by the change and
to which the NodeVersion should be updated after the event is sent.
|
UaNode |
NodeManagerTable.getExternalNode(NodeId nodeId) |
static UaNode |
UaNodeUtils.getModellingRule(UaNode node)
Return the UaNode describing the ModellingRule of the nod
|
UaNode |
MonitoredItem.getNode() |
UaNode |
ServiceManagerBase.getNode(ExpandedNodeId nodeId)
Convenience method for
ServiceManagerBase.getNode(NodeId) that takes ExpandedNodeId instead of NodeId |
UaNode |
NodeManagerTable.getNode(ExpandedNodeId nodeId) |
UaNode |
NodeManager.getNode(ExpandedNodeId nodeId)
Gets the node, corresponding to a nodeId, if it exists in the local server.
|
protected UaNode |
NodeManagerUaNode.getNode(ExpandedNodeId nodeId,
UnsignedInteger errorCode)
Get the node or return a specific error.
|
UaNode |
ServiceManagerBase.getNode(NodeId nodeId)
Convenience method for getNodeManagerTable().getNode
|
UaNode |
ServiceHandler.getNode(NodeId nodeId)
Find the Node for nodeId.
|
UaNode |
NodeMapUaNode.getNode(NodeId nodeId) |
UaNode |
NodeManagerTable.getNode(NodeId nodeId)
Find a node from the NodeManagers managed by the NodeManagerTable.
|
UaNode |
NodeManager.getNode(NodeId nodeId) |
protected UaNode |
ModelParser.getNode(NodeId nodeId) |
protected UaNode |
NodeManagerUaNode.getNode(NodeId nodeId,
UnsignedInteger errorCode)
Get the node or return a specific error.
|
UaNode |
NodeManagerTable.getNode(UaNodeId nodeId) |
UaNode |
NodeManagerUaNode.getNodeOrExternal(NodeId nodeId)
Mostly for internal use.
|
UaNode |
NodeManagerTable.getNodeOrExternal(NodeId nodeId)
Mostly for internal use.
|
UaNode |
NodeManagerUaNode.getNodeOrExternalIfExist(NodeId nodeId)
Mostly for internal use.
|
UaNode |
NodeManagerTable.getNodeOrExternalIfExist(NodeId nodeId)
Mostly for internal use.
|
UaNode |
NodeMapUaNode.remove(NodeId nodeId) |
| Modifier and Type | Method and Description |
|---|---|
Map<NodeId,UaNode> |
NodeMapUaNode.getMap()
Returns the internal map.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GeneralModelChangeEvent.addAffectedNode(UaNode affectedNode)
Adds the node to affected nodes (if it doesn't already exist there.
|
void |
SemanticChangeEvent.addChange(UaNode affectedNode)
Add a semantic change to the event before triggering it.
|
void |
GeneralModelChangeEvent.addChange(UaNode affectedNode,
ModelChangeType... changeTypes)
Add a model change to the event before triggering it.
|
void |
NodeManagerUaNode.addComponent(UaNode parent,
UaInstance component)
Add a node as a component of another node into the address space.
|
MonitoredDataItem |
Subscription.addDataItem(ServiceContext serviceContext,
UaNode node,
UnsignedInteger attributeId,
NumericRange indexRange,
QualifiedName dataEncoding,
MonitoringMode monitoringMode)
Add a new monitoring item to the subscription.
|
void |
NodeManagerRoot.addModelChange(UaNode nodeAffected,
ModelChangeType... changeTypes)
Adds a change to the ModelChangeEvent, if one is active.
|
UaNode |
NodeMapUaNode.addNode(UaNode node) |
UaNode |
NodeManagerUaNode.addNode(UaNode newNode)
Adds a new node - unless it already exists in the node manager.
|
void |
NodeManagerTable.addNode(UaNode node)
Add a (@link UaNode) to the address space.
|
UaNode |
NodeManager.addNode(UaNode node)
Adds a new node - unless it already exists in the node manager.
|
UaNode |
NodeManagerUaNode.addNodeAndReference(UaNode parent,
UaNode newNode,
NodeId referenceTypeId) |
void |
IoManagerUaNode.addNodeListener(UaNode node,
UaNodeIoListener listener)
Add
UaNodeIoListener to the
NodeIoManagerListener. |
void |
NodeManagerUaNode.addReference(UaNode sourceNode,
UaNode targetNode,
NodeId referenceTypeId,
boolean isInverse)
Add a new reference between the source and target node.
|
void |
NodeManagerRoot.addSemanticChange(UaNode nodeAffected) |
static ModellingRule |
ModellingRule.byInstanceDeclaration(UaNode instanceDeclaration)
Get ModellingRule from an InstanceDeclaration Node.
|
static ModellingRule |
ModellingRule.byModellingRuleNode(UaNode modellingRuleNode)
Get ModellingRule from UaNode that describes one.
|
protected void |
ServiceManagerBase.checkIsMethod(UaNode node) |
protected void |
ServiceManagerBase.checkIsValueNode(UaNode node)
Check if the node is a Variable or VariableType, which both implement UaValueNode.
|
protected void |
ServiceManagerBase.checkIsVariable(UaNode node)
Check if the node is a Variable.
|
protected void |
ServiceManagerBase.checkIsVariableOrVariableType(UaNode node)
Deprecated.
|
protected void |
IoManager.checkSupportsAttribute(ServiceContext serviceContext,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId)
Checks the given node supports the given Attribute.
|
protected void |
IoManager.checkWriteMask(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId)
Checks the given node has the specified Attribute as writeable.
|
protected void |
EventManagerUaNode.collectConditions(UaNode node,
Collection<ConditionTypeNode> conditions) |
NodeId |
NodeManagerUaNode.createNodeId(UaNode parent,
QualifiedName name)
Convenience method for createNodeId(UaNode, QualifiedName, int) that uses this NodeManager's
NamespaceIndex.
|
NodeId |
NodeManagerUaNode.createNodeId(UaNode parent,
QualifiedName name,
int namespaceIndex)
Creates a new string type NodeId as
|
NodeId |
NodeManagerUaNode.createNodeId(UaNode parent,
String name)
Create a new string type NodeId as "
|
NodeId |
NodeManagerUaNode.createNodeId(UaNode parent,
String name,
int namespaceIndex)
Create a new string type NodeId as "[ParentNodeId].[Name]", where ParentNodeId is the Node Id
of the parent converted to string.
|
protected ReferenceDescription |
NodeManager.createReferenceDescription(NodeId referenceTypeId,
ExpandedNodeId targetId,
UaNode target,
boolean isInverse,
NodeClass nodeClass,
EnumSet<BrowseResultMask> resultSet)
Creates a new reference description to be returned as a browse result.
|
protected void |
HistoryManager.deleteAtTimes(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
DateTime[] reqTimes,
StatusCode[] operationResults,
DiagnosticInfo[] operationDiagnostics)
Handle a single historyUpdate operation, which is using DeleteAtTimesDetails.
|
protected void |
HistoryManager.deleteEvents(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
ByteString[] eventIds,
StatusCode[] operationResults,
DiagnosticInfo[] operationDiagnostics)
Handle a single historyUpdate operation, which is using DeleteEventDetails.
|
protected void |
HistoryManager.deleteModified(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
DateTime startTime,
DateTime endTime)
Handle a single historyUpdate operation, which is using DeleteRawModifiedDetails and has the
isModified set to true.
|
UaNode |
NodeManagerUaNode.deleteNode(UaNode node,
boolean deleteTargetReferences,
boolean deleteChildren)
Delete a node from the node manager.
|
protected UaNode |
NodeManagerUaNode.deleteNode(UaNode node,
boolean deleteTargetReferences,
boolean deleteChildren,
boolean doNotDeleteIfInverseHierarchicalRefs) |
protected void |
HistoryManager.deleteRaw(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
DateTime startTime,
DateTime endTime)
Handle a single historyUpdate operation, which is using DeleteRawModifiedDetails and has the
isModified set to false.
|
void |
NodeManagerUaNode.deleteReference(UaNode sourceNode,
ExpandedNodeId targetNodeId,
NodeId referenceTypeId)
Delete a reference between the source and target node.
|
void |
NodeManagerUaNode.deleteReference(UaNode sourceNode,
UaNode targetNode,
NodeId referenceTypeId)
Delete a reference between the source and target node.
|
protected NodeClass |
NodeManager.findNodeClass(ExpandedNodeId nodeId,
UaNode node)
Find the NodeClass of a node, using the NodeManagerTable to first locate the correct
NodeManager.
|
protected void |
NodeManager.fireAddNode(ServiceContext serviceContext,
NodeId parentNodeId,
UaNode parent,
NodeId nodeId,
NodeClass nodeClass,
QualifiedName browseName,
NodeAttributes attributes,
UaReferenceType referenceType,
ExpandedNodeId typeDefinitionId,
UaNode typeDefinition) |
protected void |
NodeManager.fireAddReference(ServiceContext serviceContext,
NodeId sourceNodeId,
UaNode sourceNode,
ExpandedNodeId targetNodeId,
UaNode targetNode,
NodeId referenceTypeId,
UaReferenceType referenceType,
boolean isForward) |
protected void |
NodeManager.fireAfterAddNode(ServiceContext serviceContext,
NodeId parentNodeId,
UaNode parent,
NodeId nodeId,
UaNode node,
NodeClass nodeClass,
QualifiedName browseName,
NodeAttributes attributes,
UaReferenceType referenceType,
ExpandedNodeId typeDefinitionId,
UaNode typeDefinition) |
protected void |
NodeManager.fireAfterAddReference(ServiceContext serviceContext,
NodeId sourceNodeId,
UaNode sourceNode,
ExpandedNodeId targetNodeId,
UaNode targetNode,
NodeId referenceTypeId,
UaReferenceType referenceType,
boolean isForward) |
protected boolean |
NodeManager.fireBrowseNode(ServiceContext serviceContext,
ViewDescription view,
NodeId nodeId,
UaNode node,
UaReference reference) |
protected boolean |
MethodManagerUaNode.fireCall(ServiceContext serviceContext,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos,
NodeId objectId,
UaNode node,
NodeId methodId,
UaMethod method,
Variant[] output) |
protected void |
NodeManager.fireCreateMonitoredDataItem(ServiceContext serviceContext,
Subscription subscription,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId,
NumericRange indexRange,
MonitoringParameters params,
MonitoringFilter filter,
AggregateFilterResult filterResult,
MonitoringMode monitoringMode) |
protected void |
NodeManager.fireDeleteNode(ServiceContext serviceContext,
NodeId nodeId,
UaNode node,
boolean deleteTargetReferences) |
protected void |
NodeManager.fireDeleteReference(ServiceContext serviceContext,
NodeId sourceNodeId,
UaNode sourceNode,
ExpandedNodeId targetNodeId,
UaNode targetNode,
NodeId referenceTypeId,
UaReferenceType referenceType,
boolean isForward,
boolean deleteBidirectional) |
protected void |
NodeManager.fireModifyMonitoredDataItem(ServiceContext serviceContext,
Subscription subscription,
MonitoredDataItem item,
UaNode node,
MonitoringParameters requestedParameters,
MonitoringFilter filter,
AggregateFilterResult filterResult) |
protected QualifiedName |
NodeManagerUaNode.getBrowseName(ExpandedNodeId nodeId,
UaNode node) |
protected abstract QualifiedName |
NodeManager.getBrowseName(ExpandedNodeId nodeId,
UaNode node)
Get the BrowseName of a node.
|
Collection<ConditionTypeNode> |
EventManagerUaNode.getConditions(UaNode node)
Get a list of all Condition nodes in the server address space that are listenable from the
specified node.
|
protected LocalizedText |
NodeManagerUaNode.getDisplayName(ExpandedNodeId nodeId,
UaNode node,
Locale locale) |
protected abstract LocalizedText |
NodeManager.getDisplayName(ExpandedNodeId nodeId,
UaNode targetNode,
Locale locale)
Find the DisplayName of a node.
|
static UaNode |
UaNodeUtils.getModellingRule(UaNode node)
Return the UaNode describing the ModellingRule of the nod
|
static NamingRuleType |
UaNodeUtils.getNamingRule(UaNode modellingRule)
Get the NamingRule for a ModellingRule node
|
NodeClass |
NodeManagerTable.getNodeClass(ExpandedNodeId nodeId,
UaNode node)
Return the node class of a node.
|
protected NodeClass |
NodeManager.getNodeClass(ExpandedNodeId nodeId,
UaNode node)
Return the node class of a node, owned by this NodeManager.
|
protected NodeClass |
NodeManagerUaNode.getNodeClass(NodeId nodeId,
UaNode node) |
NodeClass |
NodeManagerTable.getNodeClass(NodeId nodeId,
UaNode node)
Return the node class of a node.
|
protected abstract NodeClass |
NodeManager.getNodeClass(NodeId nodeId,
UaNode node)
Return the node class of a node, owned by this NodeManager.
|
protected UaReference[] |
NodeManagerUaNode.getReferences(NodeId nodeId,
UaNode node) |
protected abstract UaReference[] |
NodeManager.getReferences(NodeId nodeId,
UaNode node)
Get all references of a node.
|
protected ExpandedNodeId |
NodeManagerUaNode.getTypeDefinition(ExpandedNodeId nodeId,
UaNode node) |
protected abstract ExpandedNodeId |
NodeManager.getTypeDefinition(ExpandedNodeId nodeId,
UaNode node)
Get the TypeDefinition of a node.
|
protected AttributeWriteMask |
IoManager.getUserWriteMask(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node)
Returns the UserWriteMask Attribute value of the given node.
|
protected AttributeWriteMask |
IoManager.getWriteMask(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node)
Returns the WriteMask Attribute value of the given node.
|
static boolean |
UaNodeUtils.hasModellingRule(UaNode node) |
static boolean |
UaNodeUtils.isMandatory(UaNode node) |
static boolean |
UaNodeUtils.isModellingRule(UaNode node) |
boolean |
MonitoredEventItem.isMonitored(UaNode event) |
protected boolean |
ServiceManagerBase.isValueNode(UaNode node) |
protected boolean |
ServiceManagerBase.isVariable(UaNode node) |
default void |
NodeManagerListener.onAddNode(ServiceContext serviceContext,
NodeId parentNodeId,
UaNode parent,
NodeId nodeId,
NodeClass nodeClass,
QualifiedName browseName,
NodeAttributes attributes,
UaReferenceType referenceType,
ExpandedNodeId typeDefinitionId,
UaNode typeDefinition)
A notification of an AddNode request to add a new node into the node manager.
|
default void |
NodeManagerListener.onAddReference(ServiceContext serviceContext,
NodeId sourceNodeId,
UaNode sourceNode,
ExpandedNodeId targetNodeId,
UaNode targetNode,
NodeId referenceTypeId,
UaReferenceType referenceType,
boolean isForward)
A notification of an AddReference request to add a new reference into the node manager.
|
default void |
NodeManagerListener.onAfterAddNode(ServiceContext serviceContext,
NodeId parentNodeId,
UaNode parent,
NodeId nodeId,
UaNode node,
NodeClass nodeClass,
QualifiedName browseName,
NodeAttributes attributes,
UaReferenceType referenceType,
ExpandedNodeId typeDefinitionId,
UaNode typeDefinition)
Called after a node is added as a result of an AddNodes call.
|
default void |
NodeManagerListener.onAfterAddReference(ServiceContext serviceContext,
NodeId sourceNodeId,
UaNode sourceNode,
ExpandedNodeId targetNodeId,
UaNode targetNode,
NodeId referenceTypeId,
UaReferenceType referenceType,
boolean isForward)
Called after a reference is added as a result of an AddReferences call.
|
default boolean |
NodeManagerListener.onBrowseNode(ServiceContext serviceContext,
ViewDescription view,
NodeId nodeId,
UaNode node,
UaReference reference)
Handle a browse request.
|
boolean |
EventManagerUaNode.onCall(ServiceContext serviceContext,
NodeId objectId,
UaNode object,
NodeId methodId,
UaMethod method,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos,
Variant[] output) |
boolean |
EventManagerRoot.onCall(ServiceContext serviceContext,
NodeId objectId,
UaNode object,
NodeId methodId,
UaMethod method,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos,
Variant[] output) |
boolean |
EventManager.onCall(ServiceContext serviceContext,
NodeId objectId,
UaNode object,
NodeId methodId,
UaMethod method,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos,
Variant[] output) |
boolean |
CallableListener.onCall(ServiceContext serviceContext,
NodeId objectId,
UaNode object,
NodeId methodId,
UaMethod method,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos,
Variant[] outputs)
A method call notification.
|
default void |
NodeManagerListener.onCreateMonitoredDataItem(ServiceContext serviceContext,
Subscription subscription,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId,
NumericRange indexRange,
MonitoringParameters params,
MonitoringFilter filter,
AggregateFilterResult filterResult,
MonitoringMode monitoringMode)
Notification of a new MonitoredDataItem request from a client application.
|
void |
MonitoredDataItem.onDataChange(UaNode sender,
DataValue prevValue,
DataValue value)
Deprecated.
use
MonitoredDataItem.notifyDataChange(DataValue) instead. |
default void |
HistoryManagerListener.onDeleteAtTimes(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
DateTime[] reqTimes,
StatusCode[] operationResults,
DiagnosticInfo[] operationDiagnostics)
Handle a single historyUpdate operation, which is using DeleteAtTimesDetails.
|
default void |
HistoryManagerListener.onDeleteEvents(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
ByteString[] eventIds,
StatusCode[] operationResults,
DiagnosticInfo[] operationDiagnostics)
Notification of a single historyUpdate operation, which is using DeleteEventDetails.
|
default void |
HistoryManagerListener.onDeleteModified(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
DateTime startTime,
DateTime endTime)
Handle a single historyUpdate operation, which is using DeleteRawModifiedDetails and has the
isModified set to true.
|
default void |
NodeManagerListener.onDeleteNode(ServiceContext serviceContext,
NodeId nodeId,
UaNode node,
boolean deleteTargetReferences)
Confirm a request to delete a node permanently from the address space of the node manager.
|
default void |
HistoryManagerListener.onDeleteRaw(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
DateTime startTime,
DateTime endTime)
Handle a single historyUpdate operation, which is using DeleteRawModifiedDetails and has the
isModified set to false.
|
default void |
NodeManagerListener.onDeleteReference(ServiceContext serviceContext,
NodeId sourceNodeId,
UaNode sourceNode,
ExpandedNodeId targetNodeId,
UaNode targetNode,
NodeId referenceTypeId,
UaReferenceType referenceType,
boolean isForward,
boolean deleteBidirectional)
Confirm a request to delete a reference permanently from the address space of the node manager.
|
void |
MonitoredEventItem.onEvent(UaNode node,
EventData eventData)
Deprecated.
use
MonitoredEventItem.notifyEvent(EventData) instead. |
default void |
NodeManagerListener.onGetReferences(ServiceContext serviceContext,
ViewDescription viewDescription,
NodeId nodeId,
UaNode node,
List<UaReference> references)
Provide the references for a node in the browse request.
|
default void |
NodeManagerListener.onModifyMonitoredDataItem(ServiceContext serviceContext,
Subscription subscription,
MonitoredDataItem item,
UaNode node,
MonitoringParameters params,
MonitoringFilter filter,
AggregateFilterResult filterResult)
Notification of a modify request on the monitoring parameters of a monitored item.
|
default Object |
HistoryManagerListener.onReadAtTimes(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object continuationPoint,
DateTime[] reqTimes,
Boolean useSimpleBounds,
NumericRange indexRange,
HistoryData historyData)
Handle a single historyRead operation, which is using ReadAtTimeDetails.
|
default Object |
HistoryManagerListener.onReadEvents(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime startTime,
DateTime endTime,
UnsignedInteger numValuesPerNode,
EventFilter filter,
HistoryEvent historyEvent)
Handle a single historyRead operation, which is using ReadEventDetails The request us used to
read Events from the event history for the specified time domain for one or more event nodes.
|
default Object |
HistoryManagerListener.onReadModified(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime startTime,
DateTime endTime,
UnsignedInteger numValuesPerNode,
NumericRange indexRange,
HistoryModifiedData historyData)
Handle a single historyRead operation, which is using ReadRawModifiedDetails and has the
isModified set to true.
|
default Object |
HistoryManagerListener.onReadProcessed(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime startTime,
DateTime endTime,
Double resampleInterval,
NodeId aggregateType,
AggregateConfiguration aggregateConfiguration,
NumericRange indexRange,
HistoryData historyData)
Handle a single historyRead operation, which is using ReadProcessedDetails The server should
return Aggregate values from the node history matching the requested timestamps.
|
default Object |
HistoryManagerListener.onReadRaw(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime startTime,
DateTime endTime,
UnsignedInteger numValuesPerNode,
Boolean returnBounds,
NumericRange indexRange,
HistoryData historyData)
Handle a single historyRead operation, which is using ReadRawModifiedDetails and has the
isModified set to true.
|
default void |
HistoryManagerListener.onUpdateData(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
DataValue[] updateValues,
PerformUpdateType performInsertReplace,
StatusCode[] operationResults,
DiagnosticInfo[] operationDiagnostics)
Handle a single historyUpdate operation, which is using UpdateDataDetails.
|
default void |
HistoryManagerListener.onUpdateEvent(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
Variant[] eventFields,
EventFilter filter,
PerformUpdateType performInsertReplace,
StatusCode[] operationResults,
DiagnosticInfo[] operationDiagnostics)
Handle a single historyUpdate operation, which is using UpdateEventDetails.
|
default void |
HistoryManagerListener.onUpdateStructureData(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
DataValue[] updateValues,
PerformUpdateType performUpdateType,
StatusCode[] operationResults,
DiagnosticInfo[] operationDiagnostics)
Handle a single historyUpdate operation, which is using UpdateStructureDataDetails.
|
protected Object |
HistoryManager.readAtTimes(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime[] reqTimes,
NumericRange indexRange,
HistoryData historyData)
Handle a single historyRead operation, which is using ReadAtTimeDetails.
|
protected Object |
HistoryManager.readEvents(ServiceContext serviceContext,
Object operationContext,
Object operationContext2,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime startTime,
DateTime endTime,
UnsignedInteger numValuesPerNode,
EventFilter filter,
HistoryEvent historyData)
Handle a single historyRead operation, which is using ReadEventDetails The request us used to
read Events from the event history for the specified time domain for one or more event nodes.
|
protected Object |
HistoryManager.readModified(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime startTime,
DateTime endTime,
UnsignedInteger numValuesPerNode,
NumericRange indexRange,
HistoryModifiedData historyData)
Handle a single historyRead operation, which is using ReadRawModifiedDetails and has the
isModified set to true.
|
protected void |
IoManagerUaNode.readNonValue(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue) |
protected void |
IoManager.readNonValue(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue)
Read the value of a node attribute, except for the Value of a variable node.
|
protected Object |
HistoryManager.readProcessed(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime startTime,
DateTime endTime,
Double resampleInterval,
NodeId aggregateType,
AggregateConfiguration aggregateConfiguration,
NumericRange indexRange,
HistoryData historyData)
Handle a single historyRead operation, which is using ReadProcessedDetails.
|
protected Object |
HistoryManager.readRaw(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime startTime,
DateTime endTime,
UnsignedInteger numValuesPerNode,
Boolean returnBounds,
NumericRange indexRange,
HistoryData historyData)
Handle a single historyRead operation, which is using ReadRawModifiedDetails and has the
isModified set to true.
|
protected void |
NodeManagerUaNode.replaceExternalNode(UaExternalNode oldNode,
UaNode newNode) |
protected void |
MonitoredItem.setNode(UaNode node) |
protected void |
HistoryManager.updateData(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
DataValue[] updateValues,
PerformUpdateType performInsertReplace,
StatusCode[] operationResults,
DiagnosticInfo[] operationDiagnostics)
Handle a single historyUpdate operation, which is using UpdateDataDetails.
|
protected void |
HistoryManager.updateEvent(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
Variant[] eventFields,
EventFilter filter,
PerformUpdateType performInsertReplace,
StatusCode[] operationResults,
DiagnosticInfo[] operationDiagnostics)
Handle a single historyUpdate operation, which is using UpdateEventDetails.
|
protected void |
HistoryManager.updateStructureData(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
DataValue[] updateValues,
PerformUpdateType performInsertReplace,
StatusCode[] operationResults,
DiagnosticInfo[] operationDiagnostics)
Handle a single historyUpdate operation, which is using UpdateStructureDataDetails.
|
protected boolean |
IoManagerUaNode.writeNonValue(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue) |
protected boolean |
IoManager.writeNonValue(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue)
Write the value of a single node attribute, except for the Value of a variable node.
|
| Constructor and Description |
|---|
NodeMapUaNode(UaNodeFactory nodeFactory,
Map<NodeId,UaNode> map) |
| Modifier and Type | Method and Description |
|---|---|
UaNode |
TwoStateVariableInstantiationStrategy.createInstance(InstantiationParameters params) |
UaNode |
ReflectiveInstanceVariableInstantiationStrategy.createInstance(InstantiationParameters params) |
UaNode |
ReflectiveInstancePropertyInstantiationStrategy.createInstance(InstantiationParameters params) |
UaNode |
PlainMethodInstantiationStrategy.createInstance(InstantiationParameters params) |
UaNode |
PlainInstancePropertyInstantiationStrategy.createInstance(InstantiationParameters params) |
UaNode |
InstantiationStrategy.createInstance(InstantiationParameters params)
Create new instance
|
UaNode |
DefaultInstantiationStrategy.createInstance(InstantiationParameters params) |
UaNode |
CallbackInstanceVariableInstantiationStrategy.createInstance(InstantiationParameters params) |
UaNode |
CallbackInstancePropertyInstantiationStrategy.createInstance(InstantiationParameters params) |
UaNode |
CacheVariableInstantiationStrategy.createInstance(InstantiationParameters params) |
UaNode |
TemporaryInstanceDeclaration.getNode() |
UaNode |
TemporaryInstanceDeclaration.Builder.getNode() |
UaNode |
InstantiationParameters.getNode()
Convenience method for getInstanceDeclaration().getNode()
|
UaNode |
InstanceDeclaration.getNode()
The corresponding UaNode, i.e.
|
UaNode |
InstantiationParameters.getParent()
The parent node, or null if node
|
| Modifier and Type | Method and Description |
|---|---|
Optional<UaNode> |
InstanceDeclarationHierarchy.findFirstMatch(RelativeNamePath path,
boolean searchTypeDefinitionsOfInstanceDeclarations,
Predicate<UaNode> predicate)
Returns the first InstanceDeclaration that has the given path and matches the given predicate.
|
List<UaNode> |
TemporaryInstanceDeclaration.getNodes() |
| Modifier and Type | Method and Description |
|---|---|
static TemporaryInstanceDeclaration.Builder |
TemporaryInstanceDeclaration.builder(UaNode node,
RelativeNamePath primaryPath) |
| Modifier and Type | Method and Description |
|---|---|
Optional<UaNode> |
InstanceDeclarationHierarchy.findFirstMatch(RelativeNamePath path,
boolean searchTypeDefinitionsOfInstanceDeclarations,
Predicate<UaNode> predicate)
Returns the first InstanceDeclaration that has the given path and matches the given predicate.
|
| Constructor and Description |
|---|
InstantiationParameters(InstanceDeclaration instanceDeclaration,
NodeId nodeId,
NodeManagerUaNode nodeManager,
UaNode parent)
Creates new InstantiationParameters, the NodeAttributes are cloned
|
InstantiationParameters(InstanceDeclaration instanceDeclaration,
NodeManagerUaNode nodeManager,
NodeId nodeId,
UaNode parent,
QualifiedName browseName,
LocalizedText displayName) |
| Modifier and Type | Method and Description |
|---|---|
AttributeWriteMask |
TypeIoManagerListener.onGetUserWriteMask(ServiceContext serviceContext,
NodeId nodeId,
UaNode node) |
AttributeWriteMask |
NodeIoManagerListener.onGetUserWriteMask(ServiceContext serviceContext,
NodeId nodeId,
UaNode node) |
AttributeWriteMask |
IoManagerListenerChainImpl.onGetUserWriteMask(ServiceContext serviceContext,
NodeId nodeId,
UaNode node) |
default AttributeWriteMask |
IoManagerListener.onGetUserWriteMask(ServiceContext serviceContext,
NodeId nodeId,
UaNode node)
Notification of a read request for user write mask attribute of a node.
|
AttributeWriteMask |
UaTypeIoListenerImpl.onGetUserWriteMask(ServiceContext serviceContext,
UaInstance instance,
UaNode node) |
AttributeWriteMask |
UaTypeIoListener.onGetUserWriteMask(ServiceContext serviceContext,
UaInstance instance,
UaNode node)
|
boolean |
TypeIoManagerListener.onReadNonValue(ServiceContext serviceContext,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue) |
boolean |
NodeIoManagerListener.onReadNonValue(ServiceContext serviceContext,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue) |
boolean |
IoManagerListenerChainImpl.onReadNonValue(ServiceContext serviceContext,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue) |
default boolean |
IoManagerListener.onReadNonValue(ServiceContext serviceContext,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue)
Notification of a read request for a node attribute, except for the Value attribute of a
variable node (which goes to onReadValue).
|
boolean |
UaTypeIoListenerImpl.onReadNonValue(ServiceContext serviceContext,
UaInstance instance,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue) |
boolean |
UaTypeIoListener.onReadNonValue(ServiceContext serviceContext,
UaInstance instance,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue)
|
boolean |
TypeIoManagerListener.onWriteNonValue(ServiceContext serviceContext,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue) |
boolean |
NodeIoManagerListener.onWriteNonValue(ServiceContext serviceContext,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue) |
boolean |
IoManagerListenerChainImpl.onWriteNonValue(ServiceContext serviceContext,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue) |
default boolean |
IoManagerListener.onWriteNonValue(ServiceContext serviceContext,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue)
Notification of a write request for the value of a single node attribute, except for the Value
of a variable node.
|
boolean |
UaTypeIoListenerImpl.onWriteNonValue(ServiceContext serviceContext,
UaInstance instance,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue) |
boolean |
UaTypeIoListener.onWriteNonValue(ServiceContext serviceContext,
UaInstance instance,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue)
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
UaExternalNode |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGeneratedObjectNode |
class |
AbstractGeneratedVariableNode |
class |
BaseNode
Straight forward, server side implementation of
UaNode. |
class |
CacheProperty
CacheProperty inherited from CacheVariable, which keeps the property value in memory.
|
class |
CacheVariable
A base implementation of UaVariable with a value cache.
|
class |
CallbackInstanceProperty
A property version of
CallbackInstanceVariable. |
class |
CallbackInstanceVariable
An implementation of
InstanceVariable. |
class |
CallbackProperty
A property node, whose value is retrieved using a callback method only.
|
class |
CallbackVariable
A variable node, whose value is retrieved using a callback method only.
|
class |
InstanceVariable
An instance variable is a light-weight implementation of an UaVariable, which actually refers to
an InstanceDeclaration of a type node.
|
class |
PlainInstanceProperty<T>
A property version of
PlainInstanceVariable. |
class |
PlainInstanceVariable<T>
A very plain, type specific implementation of
InstanceVariable. |
class |
PlainMethod
Server side implementation of
UaMethod interface. |
class |
PlainProperty<T>
A very plain implementation of the UA property node.
|
class |
PlainVariable<T>
A very plain, type specific implementation of the UA variable node.
|
class |
ReflectiveInstanceProperty
A property version of
ReflectiveInstanceVariable. |
class |
ReflectiveInstanceVariable
An
InstanceVariable, which is wrapping a property of a Java object, via reflection, to be
exposed as an OPC UA Variable. |
class |
ReflectiveProperty
A generic property node, which wraps the value of a Java property.
|
class |
ReflectiveVariable
An OPCUA Variable Node which is wrapping a property of a Java object, via reflection.
|
class |
ServerNode
An abstract base class for all server side nodes.
|
class |
UaDataTypeNode
Straight forward implementation of
UaDataType. |
class |
UaExternalNodeImpl
A server side implementation of the
UaExternalNode. |
class |
UaInstanceNode
Straight forward implementation of
UaInstance. |
class |
UaMethodNode
Straight forward implementation of
UaMethod. |
class |
UaObjectNode
Straight forward implementation of
UaObject. |
class |
UaObjectTypeNode
Straight forward implementation of
UaObjectType. |
class |
UaReferenceTypeNode
Straight forward implementation of UaReferenceType.
|
class |
UaTypeNode
Generic type node.
|
class |
UaVariableNode
Abstract base implementation of
UaVariable for UA Server side. |
class |
UaVariableTypeNode
Straight forward implementation of
UaVariableType. |
class |
UaViewNode
Straight forward implementation of
UaView. |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<Class<? extends UaNode>,List<UnsignedInteger>> |
ServerNode.supportedAttributesMap |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends UaNode> |
ServerNode.findPlaceholders(Class<T> clazz,
ExpandedNodeId placeholderId,
ExpandedNodeId referenceTypeId)
Searches UaNodes that match given Placeholder ModellingRule node.
|
| Modifier and Type | Method and Description |
|---|---|
UaNode |
UaTypeNode.getComponent(QualifiedName componentName) |
UaNode |
UaExternalNodeImpl.getComponent(QualifiedName componentName) |
UaNode |
InstanceVariable.getComponent(QualifiedName componentName) |
UaNode |
BaseNode.getComponent(QualifiedName componentName) |
UaNode[] |
InstanceVariable.getComponents() |
UaNode[] |
BaseNode.getComponents() |
UaNode |
UaServerReference.getOppositeNode(UaNode node) |
UaNode |
UaServerReference.getSourceNode() |
UaNode |
UaServerReference.getTargetNode()
Reference to the target node object.
|
UaNode |
ServerNode.removeComponent(UaNode component) |
UaNode |
InstanceVariable.removeComponent(UaNode component) |
| Modifier and Type | Method and Description |
|---|---|
protected List<UaNode> |
ServerNode.getTargetNodes(NodeId referenceTypeId) |
| Modifier and Type | Method and Description |
|---|---|
UaReference |
ServerNode.addComponent(UaNode node)
Adds a new component to the Node.
|
UaReference |
ServerNode.addNewReference(UaNode targetNode,
NodeId referenceTypeId,
boolean isInverse)
Adds a reference to this node, without checking for duplicates.
|
UaReference |
ServerNode.addOrganizes(UaNode target)
This is a convenience method that adds a new Organizes reference from this node to the target
node.
|
UaReference |
ServerNode.addReference(UaNode targetNode,
ExpandedNodeId referenceTypeId,
boolean isInverse)
Convenience method for
ServerNode.addReference(UaNode, NodeId, boolean) |
UaReference |
ServerNode.addReference(UaNode targetNode,
NodeId referenceTypeId,
boolean isInverse) |
UaReference |
InstanceVariable.addReference(UaNode targetNode,
NodeId referenceTypeId,
boolean isInverse) |
UaReference |
ServerNode.addReference(UaNode targetNode,
UaReferenceType referenceType,
boolean isInverse) |
protected void |
AbstractGeneratedVariableNode.callAfterCreateIfExists(UaNode node)
Calls afterCreate for the GeneratedNode parameter, if it is not null
|
protected void |
AbstractGeneratedObjectNode.callAfterCreateIfExists(UaNode node)
Calls afterCreate for the GeneratedNode parameter, if it is not null
|
NodeId |
BaseNode.createNodeId(UaNode parent,
String name)
Create a new string type NodeId as "
|
protected NodeId |
BaseNode.createNodeId(UaNode parent,
String name,
int namespaceIndex)
Create a new string type NodeId as "
|
UaReference |
ServerNode.deleteReference(UaNode targetNode,
NodeId referenceTypeId,
boolean isInverse) |
boolean |
UaServerReference.getIsInverse(UaNode node)
Whether the reference is a forward or inverse reference.
|
UaNode |
UaServerReference.getOppositeNode(UaNode node) |
static UaServerReference |
UaServerReference.getReferenceInstance(NodeId referenceTypeId,
UaNode sourceNode,
UaNode targetNode)
Returns an existing reference, or creates and returns a new one if one didn't already exist.
|
static UaServerReference |
UaServerReference.getReferenceInstance(UaReferenceType referenceType,
UaNode sourceNode,
UaNode targetNode)
Returns an existing reference, or creates and returns a new one if one didn't already exist.
|
UaNode |
ServerNode.removeComponent(UaNode component) |
UaNode |
InstanceVariable.removeComponent(UaNode component) |
static void |
BaseNode.setAccessLevelRecursively(UaNode node,
AccessLevelType accessLevel,
NodeId... referenceTypeIds)
Set the access level of the node and all "child nodes", which are referred to it using forward
references of the defined types.
|
| Constructor and Description |
|---|
UaServerReference(NodeId referenceTypeId,
UaNode sourceNode,
UaNode targetNode) |
UaServerReference(UaReferenceType referenceType,
UaNode sourceNode,
UaNode targetNode) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AccessTokenIssuedAuditEventType
Generated on 2026-02-24 10:23:23
|
interface |
ApplicationRegistrationChangedAuditEventType
Generated on 2026-02-24 10:23:23
|
interface |
AuthorizationServicesFolderType
Generated on 2026-02-24 10:23:23
|
interface |
AuthorizationServiceType
Generated on 2026-02-24 10:23:23
|
interface |
CertificateDeliveredAuditEventType
Generated on 2026-02-24 10:23:23
|
interface |
CertificateDirectoryType
Generated on 2026-02-24 10:23:23
|
interface |
CertificateRequestedAuditEventType
Generated on 2026-02-24 10:23:23
|
interface |
CertificateRevokedAuditEventType
Generated on 2026-02-24 10:23:23
|
interface |
DirectoryType
Generated on 2026-02-24 10:23:23
|
interface |
KeyCredentialDeliveredAuditEventType
Generated on 2026-02-24 10:23:23
|
interface |
KeyCredentialManagementFolderType
Generated on 2026-02-24 10:23:23
|
interface |
KeyCredentialRequestedAuditEventType
Generated on 2026-02-24 10:23:23
|
interface |
KeyCredentialRevokedAuditEventType
Generated on 2026-02-24 10:23:23
|
interface |
KeyCredentialServiceType
Generated on 2026-02-24 10:23:23
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessTokenIssuedAuditEventTypeImpl
Generated on 2026-02-24 10:23:28
|
class |
AccessTokenIssuedAuditEventTypeImplBase
Generated on 2026-02-24 10:23:28
|
class |
ApplicationRegistrationChangedAuditEventTypeImpl
Generated on 2026-02-24 10:23:28
|
class |
ApplicationRegistrationChangedAuditEventTypeImplBase
Generated on 2026-02-24 10:23:28
|
class |
AuthorizationServicesFolderTypeImpl
Generated on 2026-02-24 10:23:28
|
class |
AuthorizationServicesFolderTypeImplBase
Generated on 2026-02-24 10:23:28
|
class |
AuthorizationServiceTypeImpl
Generated on 2026-02-24 10:23:28
|
class |
AuthorizationServiceTypeImplBase
Generated on 2026-02-24 10:23:28
|
class |
CertificateDeliveredAuditEventTypeImpl
Generated on 2026-02-24 10:23:28
|
class |
CertificateDeliveredAuditEventTypeImplBase
Generated on 2026-02-24 10:23:28
|
class |
CertificateDirectoryTypeImpl
Generated on 2026-02-24 10:23:28
|
class |
CertificateDirectoryTypeImplBase
Generated on 2026-02-24 10:23:28
|
class |
CertificateRequestedAuditEventTypeImpl
Generated on 2026-02-24 10:23:28
|
class |
CertificateRequestedAuditEventTypeImplBase
Generated on 2026-02-24 10:23:28
|
class |
CertificateRevokedAuditEventTypeImpl
Generated on 2026-02-24 10:23:28
|
class |
CertificateRevokedAuditEventTypeImplBase
Generated on 2026-02-24 10:23:28
|
class |
DirectoryTypeImpl
Generated on 2026-02-24 10:23:28
|
class |
DirectoryTypeImplBase
Generated on 2026-02-24 10:23:28
|
class |
KeyCredentialDeliveredAuditEventTypeImpl
Generated on 2026-02-24 10:23:28
|
class |
KeyCredentialDeliveredAuditEventTypeImplBase
Generated on 2026-02-24 10:23:28
|
class |
KeyCredentialManagementFolderTypeImpl
Generated on 2026-02-24 10:23:28
|
class |
KeyCredentialManagementFolderTypeImplBase
Generated on 2026-02-24 10:23:28
|
class |
KeyCredentialRequestedAuditEventTypeImpl
Generated on 2026-02-24 10:23:28
|
class |
KeyCredentialRequestedAuditEventTypeImplBase
Generated on 2026-02-24 10:23:28
|
class |
KeyCredentialRevokedAuditEventTypeImpl
Generated on 2026-02-24 10:23:28
|
class |
KeyCredentialRevokedAuditEventTypeImplBase
Generated on 2026-02-24 10:23:28
|
class |
KeyCredentialServiceTypeImpl
Generated on 2026-02-24 10:23:28
|
class |
KeyCredentialServiceTypeImplBase
Generated on 2026-02-24 10:23:28
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessTokenIssuedAuditEventTypeNode
Generated on 2026-02-24 10:23:34
|
class |
AccessTokenIssuedAuditEventTypeNodeBase
Generated on 2026-02-24 10:23:34
|
class |
ApplicationRegistrationChangedAuditEventTypeNode
Generated on 2026-02-24 10:23:34
|
class |
ApplicationRegistrationChangedAuditEventTypeNodeBase
Generated on 2026-02-24 10:23:34
|
class |
AuthorizationServicesFolderTypeNode
Generated on 2026-02-24 10:23:34
|
class |
AuthorizationServicesFolderTypeNodeBase
Generated on 2026-02-24 10:23:34
|
class |
AuthorizationServiceTypeNode
Generated on 2026-02-24 10:23:34
|
class |
AuthorizationServiceTypeNodeBase
Generated on 2026-02-24 10:23:34
|
class |
CertificateDeliveredAuditEventTypeNode
Generated on 2026-02-24 10:23:34
|
class |
CertificateDeliveredAuditEventTypeNodeBase
Generated on 2026-02-24 10:23:34
|
class |
CertificateDirectoryTypeNode
Generated on 2026-02-24 10:23:34
|
class |
CertificateDirectoryTypeNodeBase
Generated on 2026-02-24 10:23:34
|
class |
CertificateRequestedAuditEventTypeNode
Generated on 2026-02-24 10:23:34
|
class |
CertificateRequestedAuditEventTypeNodeBase
Generated on 2026-02-24 10:23:34
|
class |
CertificateRevokedAuditEventTypeNode
Generated on 2026-02-24 10:23:34
|
class |
CertificateRevokedAuditEventTypeNodeBase
Generated on 2026-02-24 10:23:34
|
class |
DirectoryTypeNode
Generated on 2026-02-24 10:23:34
|
class |
DirectoryTypeNodeBase
Generated on 2026-02-24 10:23:34
|
class |
KeyCredentialDeliveredAuditEventTypeNode
Generated on 2026-02-24 10:23:34
|
class |
KeyCredentialDeliveredAuditEventTypeNodeBase
Generated on 2026-02-24 10:23:34
|
class |
KeyCredentialManagementFolderTypeNode
Generated on 2026-02-24 10:23:34
|
class |
KeyCredentialManagementFolderTypeNodeBase
Generated on 2026-02-24 10:23:34
|
class |
KeyCredentialRequestedAuditEventTypeNode
Generated on 2026-02-24 10:23:34
|
class |
KeyCredentialRequestedAuditEventTypeNodeBase
Generated on 2026-02-24 10:23:34
|
class |
KeyCredentialRevokedAuditEventTypeNode
Generated on 2026-02-24 10:23:34
|
class |
KeyCredentialRevokedAuditEventTypeNodeBase
Generated on 2026-02-24 10:23:34
|
class |
KeyCredentialServiceTypeNode
Generated on 2026-02-24 10:23:34
|
class |
KeyCredentialServiceTypeNodeBase
Generated on 2026-02-24 10:23:34
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AcknowledgeableConditionType
Generated on 2026-02-24 10:23:17
|
interface |
AddressSpaceFileType
Generated on 2026-02-24 10:23:17
|
interface |
AggregateConfigurationType
Generated on 2026-02-24 10:23:17
|
interface |
AggregateFunctionType
Generated on 2026-02-24 10:23:17
|
interface |
AlarmConditionType
Generated on 2026-02-24 10:23:17
|
interface |
AlarmGroupType
Generated on 2026-02-24 10:23:17
|
interface |
AlarmMetricsType
Generated on 2026-02-24 10:23:17
|
interface |
AlarmRateVariableType
Generated on 2026-02-24 10:23:17
|
interface |
AlarmStateVariableType
Generated on 2026-02-24 10:23:17
|
interface |
AlarmSuppressionGroupType
Generated on 2026-02-24 10:23:17
|
interface |
AliasNameCategoryType
Generated on 2026-02-24 10:23:17
|
interface |
AliasNameType
Generated on 2026-02-24 10:23:17
|
interface |
AlternativeUnitType
Generated on 2026-02-24 10:23:17
|
interface |
AnalogItemType
Generated on 2026-02-24 10:23:17
|
interface |
AnalogUnitRangeType
Generated on 2026-02-24 10:23:17
|
interface |
AnalogUnitType
Generated on 2026-02-24 10:23:17
|
interface |
ApplicationCertificateType
Generated on 2026-02-24 10:23:17
|
interface |
ApplicationConfigurationFileType
Generated on 2026-02-24 10:23:17
|
interface |
ApplicationConfigurationFolderType
Generated on 2026-02-24 10:23:17
|
interface |
ApplicationConfigurationType
Generated on 2026-02-24 10:23:17
|
interface |
ArrayItemType
Generated on 2026-02-24 10:23:17
|
interface |
AudioVariableType
Generated on 2026-02-24 10:23:17
|
interface |
AuditActivateSessionEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditAddNodesEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditAddReferencesEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditCancelEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditCertificateDataMismatchEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditCertificateEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditCertificateExpiredEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditCertificateInvalidEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditCertificateMismatchEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditCertificateRevokedEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditCertificateUntrustedEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditChannelEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditClientEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditClientUpdateMethodResultEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditConditionAcknowledgeEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditConditionCommentEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditConditionConfirmEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditConditionEnableEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditConditionEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditConditionOutOfServiceEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditConditionResetEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditConditionRespondEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditConditionShelvingEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditConditionSilenceEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditConditionSuppressionEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditCreateSessionEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditDeleteNodesEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditDeleteReferencesEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditHistoryAnnotationUpdateEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditHistoryAtTimeDeleteEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditHistoryBulkInsertEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditHistoryConfigurationChangeEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditHistoryDeleteEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditHistoryEventDeleteEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditHistoryEventUpdateEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditHistoryRawModifyDeleteEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditHistoryUpdateEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditHistoryValueUpdateEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditNodeManagementEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditOpenSecureChannelEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditProgramTransitionEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditSecurityEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditSessionEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditUpdateEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditUpdateMethodEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditUpdateStateEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditUrlMismatchEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuditWriteUpdateEventType
Generated on 2026-02-24 10:23:17
|
interface |
AuthorizationServiceConfigurationType
Generated on 2026-02-24 10:23:17
|
interface |
AuthorizationServicesConfigurationFolderType
Generated on 2026-02-24 10:23:17
|
interface |
BaseAnalogType
Generated on 2026-02-24 10:23:17
|
interface |
BaseConditionClassType
Generated on 2026-02-24 10:23:17
|
interface |
BaseDataVariableType
Generated on 2026-02-24 10:23:17
|
interface |
BaseEventType
Generated on 2026-02-24 10:23:17
|
interface |
BaseInstanceType |
interface |
BaseInterfaceType
Generated on 2026-02-24 10:23:17
|
interface |
BaseLogEventType
Generated on 2026-02-24 10:23:17
|
interface |
BaseModelChangeEventType
Generated on 2026-02-24 10:23:17
|
interface |
BaseObjectType |
interface |
BaseVariableType |
interface |
BitFieldType
Generated on 2026-02-24 10:23:17
|
interface |
BrokerConnectionTransportType
Generated on 2026-02-24 10:23:17
|
interface |
BrokerDataSetReaderTransportType
Generated on 2026-02-24 10:23:17
|
interface |
BrokerDataSetWriterTransportType
Generated on 2026-02-24 10:23:17
|
interface |
BrokerWriterGroupTransportType
Generated on 2026-02-24 10:23:17
|
interface |
BuildInfoType
Generated on 2026-02-24 10:23:17
|
interface |
CartesianCoordinatesType
Generated on 2026-02-24 10:23:17
|
interface |
CertificateExpirationAlarmType
Generated on 2026-02-24 10:23:17
|
interface |
CertificateGroupFolderType
Generated on 2026-02-24 10:23:17
|
interface |
CertificateGroupType
Generated on 2026-02-24 10:23:17
|
interface |
CertificateType
Generated on 2026-02-24 10:23:17
|
interface |
CertificateUpdatedAuditEventType
Generated on 2026-02-24 10:23:17
|
interface |
CertificateUpdateRequestedAuditEventType
Generated on 2026-02-24 10:23:17
|
interface |
ChoiceStateType
Generated on 2026-02-24 10:23:17
|
interface |
ConditionType
Generated on 2026-02-24 10:23:17
|
interface |
ConditionVariableType
Generated on 2026-02-24 10:23:17
|
interface |
ConfigurationFileType
Generated on 2026-02-24 10:23:17
|
interface |
ConfigurationUpdatedAuditEventType
Generated on 2026-02-24 10:23:17
|
interface |
ConnectionTransportType
Generated on 2026-02-24 10:23:17
|
interface |
CubeItemType
Generated on 2026-02-24 10:23:17
|
interface |
DatagramConnectionTransportType
Generated on 2026-02-24 10:23:17
|
interface |
DatagramDataSetReaderTransportType
Generated on 2026-02-24 10:23:17
|
interface |
DatagramWriterGroupTransportType
Generated on 2026-02-24 10:23:17
|
interface |
DataItemType
Generated on 2026-02-24 10:23:17
|
interface |
DataSetFolderType
Generated on 2026-02-24 10:23:17
|
interface |
DataSetReaderMessageType
Generated on 2026-02-24 10:23:17
|
interface |
DataSetReaderTransportType
Generated on 2026-02-24 10:23:17
|
interface |
DataSetReaderType
Generated on 2026-02-24 10:23:17
|
interface |
DataSetWriterMessageType
Generated on 2026-02-24 10:23:17
|
interface |
DataSetWriterTransportType
Generated on 2026-02-24 10:23:17
|
interface |
DataSetWriterType
Generated on 2026-02-24 10:23:17
|
interface |
DataTypeDescriptionType
Generated on 2026-02-24 10:23:17
|
interface |
DataTypeDictionaryType
Generated on 2026-02-24 10:23:17
|
interface |
DataTypeEncodingType
Generated on 2026-02-24 10:23:17
|
interface |
DataTypeRefinementType
Generated on 2026-02-24 10:23:17
|
interface |
DataTypeSystemType
Generated on 2026-02-24 10:23:17
|
interface |
DeviceFailureEventType
Generated on 2026-02-24 10:23:17
|
interface |
DialogConditionType
Generated on 2026-02-24 10:23:17
|
interface |
DictionaryEntryType
Generated on 2026-02-24 10:23:17
|
interface |
DictionaryFolderType
Generated on 2026-02-24 10:23:17
|
interface |
DiscrepancyAlarmType
Generated on 2026-02-24 10:23:17
|
interface |
DiscreteAlarmType
Generated on 2026-02-24 10:23:17
|
interface |
DiscreteItemType
Generated on 2026-02-24 10:23:17
|
interface |
EccApplicationCertificateType
Generated on 2026-02-24 10:23:17
|
interface |
EccBrainpoolP256r1ApplicationCertificateType
Generated on 2026-02-24 10:23:17
|
interface |
EccBrainpoolP384r1ApplicationCertificateType
Generated on 2026-02-24 10:23:17
|
interface |
EccCurve25519ApplicationCertificateType
Generated on 2026-02-24 10:23:17
|
interface |
EccCurve448ApplicationCertificateType
Generated on 2026-02-24 10:23:17
|
interface |
EccNistP256ApplicationCertificateType
Generated on 2026-02-24 10:23:17
|
interface |
EccNistP384ApplicationCertificateType
Generated on 2026-02-24 10:23:17
|
interface |
ElseGuardVariableType
Generated on 2026-02-24 10:23:17
|
interface |
EventQueueOverflowEventType
Generated on 2026-02-24 10:23:17
|
interface |
ExclusiveDeviationAlarmType
Generated on 2026-02-24 10:23:17
|
interface |
ExclusiveLevelAlarmType
Generated on 2026-02-24 10:23:17
|
interface |
ExclusiveLimitAlarmType
Generated on 2026-02-24 10:23:17
|
interface |
ExclusiveLimitStateMachineType
Generated on 2026-02-24 10:23:17
|
interface |
ExclusiveRateOfChangeAlarmType
Generated on 2026-02-24 10:23:17
|
interface |
ExpressionGuardVariableType
Generated on 2026-02-24 10:23:17
|
interface |
ExtensionFieldsType
Generated on 2026-02-24 10:23:17
|
interface |
FileDirectoryType
Generated on 2026-02-24 10:23:17
|
interface |
FileTransferStateMachineType
Generated on 2026-02-24 10:23:17
|
interface |
FileType
Generated on 2026-02-24 10:23:17
|
interface |
FiniteStateMachineType
Generated on 2026-02-24 10:23:17
|
interface |
FiniteStateVariableType
Generated on 2026-02-24 10:23:17
|
interface |
FiniteTransitionVariableType
Generated on 2026-02-24 10:23:17
|
interface |
FolderType
Generated on 2026-02-24 10:23:17
|
interface |
FrameType
Generated on 2026-02-24 10:23:17
|
interface |
GeneralModelChangeEventType
Generated on 2026-02-24 10:23:17
|
interface |
GuardVariableType
Generated on 2026-02-24 10:23:17
|
interface |
HighlyManagedAlarmConditionClassType
Generated on 2026-02-24 10:23:17
|
interface |
HistoricalDataConfigurationType
Generated on 2026-02-24 10:23:17
|
interface |
HistoricalEventConfigurationType
Generated on 2026-02-24 10:23:17
|
interface |
HistoricalExternalEventSourceType
Generated on 2026-02-24 10:23:17
|
interface |
HistoryServerCapabilitiesType
Generated on 2026-02-24 10:23:17
|
interface |
HttpsCertificateType
Generated on 2026-02-24 10:23:17
|
interface |
IBaseEthernetCapabilitiesType
Generated on 2026-02-24 10:23:17
|
interface |
IetfBaseNetworkInterfaceType
Generated on 2026-02-24 10:23:17
|
interface |
IIeeeAutoNegotiationStatusType
Generated on 2026-02-24 10:23:17
|
interface |
IIeeeBaseEthernetPortType
Generated on 2026-02-24 10:23:17
|
interface |
IIeeeBaseTsnStatusStreamType
Generated on 2026-02-24 10:23:17
|
interface |
IIeeeBaseTsnStreamType
Generated on 2026-02-24 10:23:17
|
interface |
IIeeeBaseTsnTrafficSpecificationType
Generated on 2026-02-24 10:23:17
|
interface |
IIeeeTsnInterfaceConfigurationListenerType
Generated on 2026-02-24 10:23:17
|
interface |
IIeeeTsnInterfaceConfigurationTalkerType
Generated on 2026-02-24 10:23:17
|
interface |
IIeeeTsnInterfaceConfigurationType
Generated on 2026-02-24 10:23:17
|
interface |
IIeeeTsnMacAddressType
Generated on 2026-02-24 10:23:17
|
interface |
IIeeeTsnVlanTagType
Generated on 2026-02-24 10:23:17
|
interface |
IIetfBaseNetworkInterfaceType
Generated on 2026-02-24 10:23:17
|
interface |
ImageItemType
Generated on 2026-02-24 10:23:17
|
interface |
InitialStateType
Generated on 2026-02-24 10:23:17
|
interface |
InstrumentDiagnosticAlarmType
Generated on 2026-02-24 10:23:17
|
interface |
IOrderedObjectType
Generated on 2026-02-24 10:23:17
|
interface |
IPriorityMappingEntryType
Generated on 2026-02-24 10:23:17
|
interface |
IrdiDictionaryEntryType
Generated on 2026-02-24 10:23:17
|
interface |
ISrClassType
Generated on 2026-02-24 10:23:17
|
interface |
IVlanIdType
Generated on 2026-02-24 10:23:17
|
interface |
JsonDataSetReaderMessageType
Generated on 2026-02-24 10:23:17
|
interface |
JsonDataSetWriterMessageType
Generated on 2026-02-24 10:23:17
|
interface |
JsonWriterGroupMessageType
Generated on 2026-02-24 10:23:17
|
interface |
KeyCredentialAuditEventType
Generated on 2026-02-24 10:23:17
|
interface |
KeyCredentialConfigurationFolderType
Generated on 2026-02-24 10:23:17
|
interface |
KeyCredentialConfigurationType
Generated on 2026-02-24 10:23:17
|
interface |
KeyCredentialDeletedAuditEventType
Generated on 2026-02-24 10:23:17
|
interface |
KeyCredentialUpdatedAuditEventType
Generated on 2026-02-24 10:23:17
|
interface |
LimitAlarmType
Generated on 2026-02-24 10:23:17
|
interface |
LldpInformationType
Generated on 2026-02-24 10:23:17
|
interface |
LldpLocalSystemType
Generated on 2026-02-24 10:23:17
|
interface |
LldpPortInformationType
Generated on 2026-02-24 10:23:17
|
interface |
LldpRemoteStatisticsType
Generated on 2026-02-24 10:23:17
|
interface |
LldpRemoteSystemType
Generated on 2026-02-24 10:23:17
|
interface |
LogEntryConditionClassType
Generated on 2026-02-24 10:23:17
|
interface |
LogObjectType
Generated on 2026-02-24 10:23:17
|
interface |
LogOverflowEventType
Generated on 2026-02-24 10:23:17
|
interface |
MaintenanceConditionClassType
Generated on 2026-02-24 10:23:17
|
interface |
ModellingRuleType
Generated on 2026-02-24 10:23:17
|
interface |
MultiStateDictionaryEntryDiscreteBaseType
Generated on 2026-02-24 10:23:17
|
interface |
MultiStateDictionaryEntryDiscreteType
Generated on 2026-02-24 10:23:17
|
interface |
MultiStateDiscreteType
Generated on 2026-02-24 10:23:17
|
interface |
MultiStateValueDiscreteType
Generated on 2026-02-24 10:23:17
|
interface |
NamespaceMetadataType
Generated on 2026-02-24 10:23:17
|
interface |
NamespacesType
Generated on 2026-02-24 10:23:17
|
interface |
NDimensionArrayItemType
Generated on 2026-02-24 10:23:17
|
interface |
NetworkAddressType
Generated on 2026-02-24 10:23:17
|
interface |
NetworkAddressUrlType
Generated on 2026-02-24 10:23:17
|
interface |
NonExclusiveDeviationAlarmType
Generated on 2026-02-24 10:23:17
|
interface |
NonExclusiveLevelAlarmType
Generated on 2026-02-24 10:23:17
|
interface |
NonExclusiveLimitAlarmType
Generated on 2026-02-24 10:23:17
|
interface |
NonExclusiveRateOfChangeAlarmType
Generated on 2026-02-24 10:23:17
|
interface |
NonTransparentBackupRedundancyType
Generated on 2026-02-24 10:23:17
|
interface |
NonTransparentNetworkRedundancyType
Generated on 2026-02-24 10:23:17
|
interface |
NonTransparentRedundancyType
Generated on 2026-02-24 10:23:17
|
interface |
OffNormalAlarmType
Generated on 2026-02-24 10:23:17
|
interface |
OperationLimitsType
Generated on 2026-02-24 10:23:17
|
interface |
OptionSetType
Generated on 2026-02-24 10:23:17
|
interface |
OrderedListType
Generated on 2026-02-24 10:23:17
|
interface |
OrientationType
Generated on 2026-02-24 10:23:17
|
interface |
PriorityMappingTableType
Generated on 2026-02-24 10:23:17
|
interface |
ProcessConditionClassType
Generated on 2026-02-24 10:23:17
|
interface |
ProgramDiagnostic2Type
Generated on 2026-02-24 10:23:17
|
interface |
ProgramDiagnosticType
Generated on 2026-02-24 10:23:17
|
interface |
ProgramStateMachineType
Generated on 2026-02-24 10:23:17
|
interface |
ProgramTransitionAuditEventType
Generated on 2026-02-24 10:23:17
|
interface |
ProgramTransitionEventType
Generated on 2026-02-24 10:23:17
|
interface |
ProgressEventType
Generated on 2026-02-24 10:23:17
|
interface |
ProvisionableDeviceType
Generated on 2026-02-24 10:23:17
|
interface |
PublishedDataItemsType
Generated on 2026-02-24 10:23:17
|
interface |
PublishedDataSetType
Generated on 2026-02-24 10:23:17
|
interface |
PublishedEventsType
Generated on 2026-02-24 10:23:17
|
interface |
PublishSubscribeType
Generated on 2026-02-24 10:23:17
|
interface |
PubSubCapabilitiesType
Generated on 2026-02-24 10:23:17
|
interface |
PubSubCommunicationFailureEventType
Generated on 2026-02-24 10:23:17
|
interface |
PubSubConfigurationType
Generated on 2026-02-24 10:23:17
|
interface |
PubSubConnectionType
Generated on 2026-02-24 10:23:17
|
interface |
PubSubDiagnosticsConnectionType
Generated on 2026-02-24 10:23:17
|
interface |
PubSubDiagnosticsCounterType
Generated on 2026-02-24 10:23:17
|
interface |
PubSubDiagnosticsDataSetReaderType
Generated on 2026-02-24 10:23:17
|
interface |
PubSubDiagnosticsDataSetWriterType
Generated on 2026-02-24 10:23:17
|
interface |
PubSubDiagnosticsReaderGroupType
Generated on 2026-02-24 10:23:17
|
interface |
PubSubDiagnosticsRootType
Generated on 2026-02-24 10:23:17
|
interface |
PubSubDiagnosticsType
Generated on 2026-02-24 10:23:17
|
interface |
PubSubDiagnosticsWriterGroupType
Generated on 2026-02-24 10:23:17
|
interface |
PubSubGroupType
Generated on 2026-02-24 10:23:17
|
interface |
PubSubKeyPushTargetFolderType
Generated on 2026-02-24 10:23:17
|
interface |
PubSubKeyPushTargetType
Generated on 2026-02-24 10:23:17
|
interface |
PubSubKeyServiceType
Generated on 2026-02-24 10:23:17
|
interface |
PubSubStatusEventType
Generated on 2026-02-24 10:23:17
|
interface |
PubSubStatusType
Generated on 2026-02-24 10:23:17
|
interface |
PubSubTransportLimitsExceedEventType
Generated on 2026-02-24 10:23:17
|
interface |
QuantityType
Generated on 2026-02-24 10:23:17
|
interface |
RationalNumberType
Generated on 2026-02-24 10:23:17
|
interface |
ReaderGroupMessageType
Generated on 2026-02-24 10:23:17
|
interface |
ReaderGroupTransportType
Generated on 2026-02-24 10:23:17
|
interface |
ReaderGroupType
Generated on 2026-02-24 10:23:17
|
interface |
ReferenceDescriptionVariableType
Generated on 2026-02-24 10:23:17
|
interface |
RefreshEndEventType
Generated on 2026-02-24 10:23:17
|
interface |
RefreshRequiredEventType
Generated on 2026-02-24 10:23:17
|
interface |
RefreshStartEventType
Generated on 2026-02-24 10:23:17
|
interface |
RoleMappingRuleChangedAuditEventType
Generated on 2026-02-24 10:23:17
|
interface |
RoleSetType
Generated on 2026-02-24 10:23:17
|
interface |
RoleType
Generated on 2026-02-24 10:23:17
|
interface |
RsaMinApplicationCertificateType
Generated on 2026-02-24 10:23:17
|
interface |
RsaSha256ApplicationCertificateType
Generated on 2026-02-24 10:23:17
|
interface |
SafetyConditionClassType
Generated on 2026-02-24 10:23:17
|
interface |
SamplingIntervalDiagnosticsArrayType
Generated on 2026-02-24 10:23:17
|
interface |
SamplingIntervalDiagnosticsType
Generated on 2026-02-24 10:23:17
|
interface |
SecurityGroupFolderType
Generated on 2026-02-24 10:23:17
|
interface |
SecurityGroupType
Generated on 2026-02-24 10:23:17
|
interface |
SelectionListType
Generated on 2026-02-24 10:23:17
|
interface |
SemanticChangeEventType
Generated on 2026-02-24 10:23:17
|
interface |
SerializationEntityType
Generated on 2026-02-24 10:23:17
|
interface |
ServerCapabilitiesType
Generated on 2026-02-24 10:23:17
|
interface |
ServerConfigurationType
Generated on 2026-02-24 10:23:17
|
interface |
ServerDiagnosticsSummaryType
Generated on 2026-02-24 10:23:17
|
interface |
ServerDiagnosticsType
Generated on 2026-02-24 10:23:17
|
interface |
ServerRedundancyType
Generated on 2026-02-24 10:23:17
|
interface |
ServerStatusType
Generated on 2026-02-24 10:23:17
|
interface |
ServerType
Generated on 2026-02-24 10:23:17
|
interface |
ServerUnitType
Generated on 2026-02-24 10:23:17
|
interface |
ServerVendorCapabilityType
Generated on 2026-02-24 10:23:17
|
interface |
SessionDiagnosticsArrayType
Generated on 2026-02-24 10:23:17
|
interface |
SessionDiagnosticsObjectType
Generated on 2026-02-24 10:23:17
|
interface |
SessionDiagnosticsVariableType
Generated on 2026-02-24 10:23:17
|
interface |
SessionsDiagnosticsSummaryType
Generated on 2026-02-24 10:23:17
|
interface |
SessionSecurityDiagnosticsArrayType
Generated on 2026-02-24 10:23:17
|
interface |
SessionSecurityDiagnosticsType
Generated on 2026-02-24 10:23:17
|
interface |
ShelvedStateMachineType
Generated on 2026-02-24 10:23:17
|
interface |
StandaloneSubscribedDataSetType
Generated on 2026-02-24 10:23:17
|
interface |
StateMachineType
Generated on 2026-02-24 10:23:17
|
interface |
StateType
Generated on 2026-02-24 10:23:17
|
interface |
StateVariableType
Generated on 2026-02-24 10:23:17
|
interface |
StatisticalConditionClassType
Generated on 2026-02-24 10:23:17
|
interface |
SubscribedDataSetFolderType
Generated on 2026-02-24 10:23:17
|
interface |
SubscribedDataSetMirrorType
Generated on 2026-02-24 10:23:17
|
interface |
SubscribedDataSetType
Generated on 2026-02-24 10:23:17
|
interface |
SubscriptionDiagnosticsArrayType
Generated on 2026-02-24 10:23:17
|
interface |
SubscriptionDiagnosticsType
Generated on 2026-02-24 10:23:17
|
interface |
SubtypeRestrictionType
Generated on 2026-02-24 10:23:17
|
interface |
SyntaxReferenceEntryType
Generated on 2026-02-24 10:23:17
|
interface |
SystemConditionClassType
Generated on 2026-02-24 10:23:17
|
interface |
SystemDiagnosticAlarmType
Generated on 2026-02-24 10:23:17
|
interface |
SystemEventType
Generated on 2026-02-24 10:23:17
|
interface |
SystemOffNormalAlarmType
Generated on 2026-02-24 10:23:17
|
interface |
SystemStatusChangeEventType
Generated on 2026-02-24 10:23:17
|
interface |
TargetVariablesType
Generated on 2026-02-24 10:23:17
|
interface |
TemporaryFileTransferType
Generated on 2026-02-24 10:23:17
|
interface |
TestingConditionClassType
Generated on 2026-02-24 10:23:17
|
interface |
ThreeDCartesianCoordinatesType
Generated on 2026-02-24 10:23:17
|
interface |
ThreeDFrameType
Generated on 2026-02-24 10:23:17
|
interface |
ThreeDOrientationType
Generated on 2026-02-24 10:23:17
|
interface |
ThreeDVectorType
Generated on 2026-02-24 10:23:17
|
interface |
TlsCertificateType
Generated on 2026-02-24 10:23:17
|
interface |
TlsClientCertificateType
Generated on 2026-02-24 10:23:17
|
interface |
TlsServerCertificateType
Generated on 2026-02-24 10:23:17
|
interface |
TrainingConditionClassType
Generated on 2026-02-24 10:23:17
|
interface |
TransactionDiagnosticsType
Generated on 2026-02-24 10:23:17
|
interface |
TransitionEventType
Generated on 2026-02-24 10:23:17
|
interface |
TransitionType
Generated on 2026-02-24 10:23:17
|
interface |
TransitionVariableType
Generated on 2026-02-24 10:23:17
|
interface |
TransparentRedundancyType
Generated on 2026-02-24 10:23:17
|
interface |
TripAlarmType
Generated on 2026-02-24 10:23:17
|
interface |
TrustListOutOfDateAlarmType
Generated on 2026-02-24 10:23:17
|
interface |
TrustListType
Generated on 2026-02-24 10:23:17
|
interface |
TrustListUpdatedAuditEventType
Generated on 2026-02-24 10:23:17
|
interface |
TrustListUpdateRequestedAuditEventType
Generated on 2026-02-24 10:23:17
|
interface |
TwoStateDiscreteType
Generated on 2026-02-24 10:23:17
|
interface |
TwoStateVariableType
Generated on 2026-02-24 10:23:17
|
interface |
UadpDataSetReaderMessageType
Generated on 2026-02-24 10:23:17
|
interface |
UadpDataSetWriterMessageType
Generated on 2026-02-24 10:23:17
|
interface |
UadpWriterGroupMessageType
Generated on 2026-02-24 10:23:17
|
interface |
UnitType
Generated on 2026-02-24 10:23:17
|
interface |
UriDictionaryEntryType
Generated on 2026-02-24 10:23:17
|
interface |
UserCertificateType
Generated on 2026-02-24 10:23:17
|
interface |
UserManagementType
Generated on 2026-02-24 10:23:17
|
interface |
VectorType
Generated on 2026-02-24 10:23:17
|
interface |
VendorServerInfoType
Generated on 2026-02-24 10:23:17
|
interface |
WriterGroupMessageType
Generated on 2026-02-24 10:23:17
|
interface |
WriterGroupTransportType
Generated on 2026-02-24 10:23:17
|
interface |
WriterGroupType
Generated on 2026-02-24 10:23:17
|
interface |
XYArrayItemType
Generated on 2026-02-24 10:23:17
|
interface |
YArrayItemType
Generated on 2026-02-24 10:23:17
|
| Modifier and Type | Class and Description |
|---|---|
class |
AcknowledgeableConditionTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AcknowledgeableConditionTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AddressSpaceFileTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AddressSpaceFileTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AggregateConfigurationTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AggregateConfigurationTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AggregateFunctionTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AggregateFunctionTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AlarmConditionTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AlarmConditionTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AlarmGroupTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AlarmGroupTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AlarmMetricsTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AlarmMetricsTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AlarmRateVariableTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AlarmRateVariableTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AlarmStateVariableTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AlarmStateVariableTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AlarmSuppressionGroupTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AlarmSuppressionGroupTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AliasNameCategoryTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AliasNameCategoryTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AliasNameTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AliasNameTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AlternativeUnitTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AlternativeUnitTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AnalogItemTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AnalogItemTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AnalogUnitRangeTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AnalogUnitRangeTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AnalogUnitTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AnalogUnitTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ApplicationCertificateTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ApplicationCertificateTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ApplicationConfigurationFileTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ApplicationConfigurationFileTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ApplicationConfigurationFolderTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ApplicationConfigurationFolderTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ApplicationConfigurationTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ApplicationConfigurationTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ArrayItemTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ArrayItemTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AudioVariableTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AudioVariableTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditActivateSessionEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditActivateSessionEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditAddNodesEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditAddNodesEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditAddReferencesEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditAddReferencesEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditCancelEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditCancelEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditCertificateDataMismatchEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditCertificateDataMismatchEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditCertificateEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditCertificateEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditCertificateExpiredEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditCertificateExpiredEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditCertificateInvalidEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditCertificateInvalidEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditCertificateMismatchEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditCertificateMismatchEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditCertificateRevokedEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditCertificateRevokedEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditCertificateUntrustedEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditCertificateUntrustedEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditChannelEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditChannelEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditClientEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditClientEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditClientUpdateMethodResultEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditClientUpdateMethodResultEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditConditionAcknowledgeEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditConditionAcknowledgeEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditConditionCommentEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditConditionCommentEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditConditionConfirmEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditConditionConfirmEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditConditionEnableEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditConditionEnableEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditConditionEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditConditionEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditConditionOutOfServiceEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditConditionOutOfServiceEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditConditionResetEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditConditionResetEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditConditionRespondEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditConditionRespondEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditConditionShelvingEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditConditionShelvingEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditConditionSilenceEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditConditionSilenceEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditConditionSuppressionEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditConditionSuppressionEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditCreateSessionEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditCreateSessionEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditDeleteNodesEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditDeleteNodesEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditDeleteReferencesEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditDeleteReferencesEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditHistoryAnnotationUpdateEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditHistoryAnnotationUpdateEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditHistoryAtTimeDeleteEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditHistoryAtTimeDeleteEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditHistoryBulkInsertEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditHistoryBulkInsertEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditHistoryConfigurationChangeEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditHistoryConfigurationChangeEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditHistoryDeleteEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditHistoryDeleteEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditHistoryEventDeleteEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditHistoryEventDeleteEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditHistoryEventUpdateEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditHistoryEventUpdateEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditHistoryRawModifyDeleteEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditHistoryRawModifyDeleteEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditHistoryUpdateEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditHistoryUpdateEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditHistoryValueUpdateEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditHistoryValueUpdateEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditNodeManagementEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditNodeManagementEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditOpenSecureChannelEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditOpenSecureChannelEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditProgramTransitionEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditProgramTransitionEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditSecurityEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditSecurityEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditSessionEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditSessionEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditUpdateEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditUpdateEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditUpdateMethodEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditUpdateMethodEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditUpdateStateEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditUpdateStateEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditUrlMismatchEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditUrlMismatchEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuditWriteUpdateEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuditWriteUpdateEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuthorizationServiceConfigurationTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuthorizationServiceConfigurationTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
AuthorizationServicesConfigurationFolderTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
AuthorizationServicesConfigurationFolderTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
BaseAnalogTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
BaseAnalogTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
BaseConditionClassTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
BaseConditionClassTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
BaseDataVariableTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
BaseDataVariableTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
BaseEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
BaseEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
BaseInterfaceTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
BaseInterfaceTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
BaseLogEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
BaseLogEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
BaseModelChangeEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
BaseModelChangeEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
BaseObjectTypeImpl |
class |
BaseVariableTypeImpl |
class |
BitFieldTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
BitFieldTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
BrokerConnectionTransportTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
BrokerConnectionTransportTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
BrokerDataSetReaderTransportTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
BrokerDataSetReaderTransportTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
BrokerDataSetWriterTransportTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
BrokerDataSetWriterTransportTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
BrokerWriterGroupTransportTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
BrokerWriterGroupTransportTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
BuildInfoTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
BuildInfoTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
CartesianCoordinatesTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
CartesianCoordinatesTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
CertificateExpirationAlarmTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
CertificateExpirationAlarmTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
CertificateGroupFolderTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
CertificateGroupFolderTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
CertificateGroupTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
CertificateGroupTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
CertificateTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
CertificateTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
CertificateUpdatedAuditEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
CertificateUpdatedAuditEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
CertificateUpdateRequestedAuditEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
CertificateUpdateRequestedAuditEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ChoiceStateTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ChoiceStateTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ConditionTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ConditionTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ConditionVariableTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ConditionVariableTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ConfigurationFileTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ConfigurationFileTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ConfigurationUpdatedAuditEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ConfigurationUpdatedAuditEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ConnectionTransportTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ConnectionTransportTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
CubeItemTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
CubeItemTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
DatagramConnectionTransportTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
DatagramConnectionTransportTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
DatagramDataSetReaderTransportTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
DatagramDataSetReaderTransportTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
DatagramWriterGroupTransportTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
DatagramWriterGroupTransportTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
DataItemTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
DataItemTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
DataSetFolderTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
DataSetFolderTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
DataSetReaderMessageTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
DataSetReaderMessageTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
DataSetReaderTransportTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
DataSetReaderTransportTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
DataSetReaderTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
DataSetReaderTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
DataSetWriterMessageTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
DataSetWriterMessageTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
DataSetWriterTransportTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
DataSetWriterTransportTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
DataSetWriterTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
DataSetWriterTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
DataTypeDescriptionTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
DataTypeDescriptionTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
DataTypeDictionaryTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
DataTypeDictionaryTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
DataTypeEncodingTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
DataTypeEncodingTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
DataTypeRefinementTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
DataTypeRefinementTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
DataTypeSystemTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
DataTypeSystemTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
DeviceFailureEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
DeviceFailureEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
DialogConditionTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
DialogConditionTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
DictionaryEntryTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
DictionaryEntryTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
DictionaryFolderTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
DictionaryFolderTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
DiscrepancyAlarmTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
DiscrepancyAlarmTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
DiscreteAlarmTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
DiscreteAlarmTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
DiscreteItemTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
DiscreteItemTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
EccApplicationCertificateTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
EccApplicationCertificateTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
EccBrainpoolP256r1ApplicationCertificateTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
EccBrainpoolP256r1ApplicationCertificateTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
EccBrainpoolP384r1ApplicationCertificateTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
EccBrainpoolP384r1ApplicationCertificateTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
EccCurve25519ApplicationCertificateTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
EccCurve25519ApplicationCertificateTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
EccCurve448ApplicationCertificateTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
EccCurve448ApplicationCertificateTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
EccNistP256ApplicationCertificateTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
EccNistP256ApplicationCertificateTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
EccNistP384ApplicationCertificateTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
EccNistP384ApplicationCertificateTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ElseGuardVariableTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ElseGuardVariableTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
EventQueueOverflowEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
EventQueueOverflowEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ExclusiveDeviationAlarmTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ExclusiveDeviationAlarmTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ExclusiveLevelAlarmTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ExclusiveLevelAlarmTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ExclusiveLimitAlarmTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ExclusiveLimitAlarmTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ExclusiveLimitStateMachineTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ExclusiveLimitStateMachineTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ExclusiveRateOfChangeAlarmTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ExclusiveRateOfChangeAlarmTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ExpressionGuardVariableTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ExpressionGuardVariableTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ExtensionFieldsTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ExtensionFieldsTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
FileDirectoryTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
FileDirectoryTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
FileTransferStateMachineTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
FileTransferStateMachineTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
FileTypeImpl
An object that represents a file that can be accessed via the server.
|
class |
FileTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
FiniteStateMachineTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
FiniteStateMachineTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
FiniteStateVariableTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
FiniteStateVariableTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
FiniteTransitionVariableTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
FiniteTransitionVariableTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
FolderTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
FolderTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
FrameTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
FrameTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
GeneralModelChangeEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
GeneralModelChangeEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
GuardVariableTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
GuardVariableTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
HighlyManagedAlarmConditionClassTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
HighlyManagedAlarmConditionClassTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
HistoricalDataConfigurationTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
HistoricalDataConfigurationTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
HistoricalEventConfigurationTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
HistoricalEventConfigurationTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
HistoricalExternalEventSourceTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
HistoricalExternalEventSourceTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
HistoryServerCapabilitiesTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
HistoryServerCapabilitiesTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
HttpsCertificateTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
HttpsCertificateTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
IBaseEthernetCapabilitiesTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
IBaseEthernetCapabilitiesTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
IetfBaseNetworkInterfaceTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
IetfBaseNetworkInterfaceTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
IIeeeAutoNegotiationStatusTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
IIeeeAutoNegotiationStatusTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
IIeeeBaseEthernetPortTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
IIeeeBaseEthernetPortTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
IIeeeBaseTsnStatusStreamTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
IIeeeBaseTsnStatusStreamTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
IIeeeBaseTsnStreamTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
IIeeeBaseTsnStreamTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
IIeeeBaseTsnTrafficSpecificationTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
IIeeeBaseTsnTrafficSpecificationTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
IIeeeTsnInterfaceConfigurationListenerTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
IIeeeTsnInterfaceConfigurationListenerTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
IIeeeTsnInterfaceConfigurationTalkerTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
IIeeeTsnInterfaceConfigurationTalkerTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
IIeeeTsnInterfaceConfigurationTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
IIeeeTsnInterfaceConfigurationTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
IIeeeTsnMacAddressTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
IIeeeTsnMacAddressTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
IIeeeTsnVlanTagTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
IIeeeTsnVlanTagTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
IIetfBaseNetworkInterfaceTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
IIetfBaseNetworkInterfaceTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ImageItemTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ImageItemTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
InitialStateTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
InitialStateTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
InstrumentDiagnosticAlarmTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
InstrumentDiagnosticAlarmTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
IOrderedObjectTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
IOrderedObjectTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
IPriorityMappingEntryTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
IPriorityMappingEntryTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
IrdiDictionaryEntryTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
IrdiDictionaryEntryTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ISrClassTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ISrClassTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
IVlanIdTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
IVlanIdTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
JsonDataSetReaderMessageTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
JsonDataSetReaderMessageTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
JsonDataSetWriterMessageTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
JsonDataSetWriterMessageTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
JsonWriterGroupMessageTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
JsonWriterGroupMessageTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
KeyCredentialAuditEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
KeyCredentialAuditEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
KeyCredentialConfigurationFolderTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
KeyCredentialConfigurationFolderTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
KeyCredentialConfigurationTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
KeyCredentialConfigurationTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
KeyCredentialDeletedAuditEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
KeyCredentialDeletedAuditEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
KeyCredentialUpdatedAuditEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
KeyCredentialUpdatedAuditEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
LimitAlarmTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
LimitAlarmTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
LldpInformationTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
LldpInformationTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
LldpLocalSystemTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
LldpLocalSystemTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
LldpPortInformationTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
LldpPortInformationTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
LldpRemoteStatisticsTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
LldpRemoteStatisticsTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
LldpRemoteSystemTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
LldpRemoteSystemTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
LogEntryConditionClassTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
LogEntryConditionClassTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
LogObjectTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
LogObjectTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
LogOverflowEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
LogOverflowEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
MaintenanceConditionClassTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
MaintenanceConditionClassTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ModellingRuleTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ModellingRuleTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
MultiStateDictionaryEntryDiscreteBaseTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
MultiStateDictionaryEntryDiscreteBaseTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
MultiStateDictionaryEntryDiscreteTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
MultiStateDictionaryEntryDiscreteTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
MultiStateDiscreteTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
MultiStateDiscreteTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
MultiStateValueDiscreteTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
MultiStateValueDiscreteTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
NamespaceMetadataTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
NamespaceMetadataTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
NamespacesTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
NamespacesTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
NDimensionArrayItemTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
NDimensionArrayItemTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
NetworkAddressTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
NetworkAddressTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
NetworkAddressUrlTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
NetworkAddressUrlTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
NonExclusiveDeviationAlarmTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
NonExclusiveDeviationAlarmTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
NonExclusiveLevelAlarmTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
NonExclusiveLevelAlarmTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
NonExclusiveLimitAlarmTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
NonExclusiveLimitAlarmTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
NonExclusiveRateOfChangeAlarmTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
NonExclusiveRateOfChangeAlarmTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
NonTransparentBackupRedundancyTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
NonTransparentBackupRedundancyTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
NonTransparentNetworkRedundancyTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
NonTransparentNetworkRedundancyTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
NonTransparentRedundancyTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
NonTransparentRedundancyTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
OffNormalAlarmTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
OffNormalAlarmTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
OperationLimitsTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
OperationLimitsTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
OptionSetTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
OptionSetTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
OrderedListTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
OrderedListTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
OrientationTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
OrientationTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
PriorityMappingTableTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
PriorityMappingTableTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ProcessConditionClassTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ProcessConditionClassTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ProgramDiagnostic2TypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ProgramDiagnostic2TypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ProgramDiagnosticTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ProgramDiagnosticTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ProgramStateMachineTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ProgramStateMachineTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ProgramTransitionAuditEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ProgramTransitionAuditEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ProgramTransitionEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ProgramTransitionEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ProgressEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ProgressEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ProvisionableDeviceTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ProvisionableDeviceTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
PublishedDataItemsTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
PublishedDataItemsTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
PublishedDataSetTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
PublishedDataSetTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
PublishedEventsTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
PublishedEventsTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
PublishSubscribeTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
PublishSubscribeTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
PubSubCapabilitiesTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
PubSubCapabilitiesTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
PubSubCommunicationFailureEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
PubSubCommunicationFailureEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
PubSubConfigurationTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
PubSubConfigurationTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
PubSubConnectionTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
PubSubConnectionTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
PubSubDiagnosticsConnectionTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
PubSubDiagnosticsConnectionTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
PubSubDiagnosticsCounterTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
PubSubDiagnosticsCounterTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
PubSubDiagnosticsDataSetReaderTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
PubSubDiagnosticsDataSetReaderTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
PubSubDiagnosticsDataSetWriterTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
PubSubDiagnosticsDataSetWriterTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
PubSubDiagnosticsReaderGroupTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
PubSubDiagnosticsReaderGroupTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
PubSubDiagnosticsRootTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
PubSubDiagnosticsRootTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
PubSubDiagnosticsTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
PubSubDiagnosticsTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
PubSubDiagnosticsWriterGroupTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
PubSubDiagnosticsWriterGroupTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
PubSubGroupTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
PubSubGroupTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
PubSubKeyPushTargetFolderTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
PubSubKeyPushTargetFolderTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
PubSubKeyPushTargetTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
PubSubKeyPushTargetTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
PubSubKeyServiceTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
PubSubKeyServiceTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
PubSubStatusEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
PubSubStatusEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
PubSubStatusTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
PubSubStatusTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
PubSubTransportLimitsExceedEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
PubSubTransportLimitsExceedEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
QuantityTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
QuantityTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
RationalNumberTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
RationalNumberTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ReaderGroupMessageTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ReaderGroupMessageTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ReaderGroupTransportTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ReaderGroupTransportTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ReaderGroupTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ReaderGroupTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ReferenceDescriptionVariableTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ReferenceDescriptionVariableTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
RefreshEndEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
RefreshEndEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
RefreshRequiredEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
RefreshRequiredEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
RefreshStartEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
RefreshStartEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
RoleMappingRuleChangedAuditEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
RoleMappingRuleChangedAuditEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
RoleSetTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
RoleSetTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
RoleTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
RoleTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
RsaMinApplicationCertificateTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
RsaMinApplicationCertificateTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
RsaSha256ApplicationCertificateTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
RsaSha256ApplicationCertificateTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
SafetyConditionClassTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
SafetyConditionClassTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
SamplingIntervalDiagnosticsArrayTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
SamplingIntervalDiagnosticsArrayTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
SamplingIntervalDiagnosticsTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
SamplingIntervalDiagnosticsTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
SecurityGroupFolderTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
SecurityGroupFolderTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
SecurityGroupTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
SecurityGroupTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
SelectionListTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
SelectionListTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
SemanticChangeEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
SemanticChangeEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
SerializationEntityTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
SerializationEntityTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ServerCapabilitiesTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ServerCapabilitiesTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ServerConfigurationTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ServerConfigurationTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ServerDiagnosticsSummaryTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ServerDiagnosticsSummaryTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ServerDiagnosticsTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ServerDiagnosticsTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ServerRedundancyTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ServerRedundancyTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ServerStatusTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ServerStatusTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ServerTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ServerTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ServerUnitTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ServerUnitTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ServerVendorCapabilityTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ServerVendorCapabilityTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
SessionDiagnosticsArrayTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
SessionDiagnosticsArrayTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
SessionDiagnosticsObjectTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
SessionDiagnosticsObjectTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
SessionDiagnosticsVariableTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
SessionDiagnosticsVariableTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
SessionsDiagnosticsSummaryTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
SessionsDiagnosticsSummaryTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
SessionSecurityDiagnosticsArrayTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
SessionSecurityDiagnosticsArrayTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
SessionSecurityDiagnosticsTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
SessionSecurityDiagnosticsTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ShelvedStateMachineTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ShelvedStateMachineTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
StandaloneSubscribedDataSetTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
StandaloneSubscribedDataSetTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
StateMachineTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
StateMachineTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
StateTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
StateTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
StateVariableTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
StateVariableTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
StatisticalConditionClassTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
StatisticalConditionClassTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
SubscribedDataSetFolderTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
SubscribedDataSetFolderTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
SubscribedDataSetMirrorTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
SubscribedDataSetMirrorTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
SubscribedDataSetTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
SubscribedDataSetTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
SubscriptionDiagnosticsArrayTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
SubscriptionDiagnosticsArrayTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
SubscriptionDiagnosticsTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
SubscriptionDiagnosticsTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
SubtypeRestrictionTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
SubtypeRestrictionTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
SyntaxReferenceEntryTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
SyntaxReferenceEntryTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
SystemConditionClassTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
SystemConditionClassTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
SystemDiagnosticAlarmTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
SystemDiagnosticAlarmTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
SystemEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
SystemEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
SystemOffNormalAlarmTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
SystemOffNormalAlarmTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
SystemStatusChangeEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
SystemStatusChangeEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
TargetVariablesTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
TargetVariablesTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
TemporaryFileTransferTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
TemporaryFileTransferTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
TestingConditionClassTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
TestingConditionClassTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ThreeDCartesianCoordinatesTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ThreeDCartesianCoordinatesTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ThreeDFrameTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ThreeDFrameTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ThreeDOrientationTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ThreeDOrientationTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
ThreeDVectorTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
ThreeDVectorTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
TlsCertificateTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
TlsCertificateTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
TlsClientCertificateTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
TlsClientCertificateTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
TlsServerCertificateTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
TlsServerCertificateTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
TrainingConditionClassTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
TrainingConditionClassTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
TransactionDiagnosticsTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
TransactionDiagnosticsTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
TransitionEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
TransitionEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
TransitionTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
TransitionTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
TransitionVariableTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
TransitionVariableTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
TransparentRedundancyTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
TransparentRedundancyTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
TripAlarmTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
TripAlarmTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
TrustListOutOfDateAlarmTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
TrustListOutOfDateAlarmTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
TrustListTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
TrustListTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
TrustListUpdatedAuditEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
TrustListUpdatedAuditEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
TrustListUpdateRequestedAuditEventTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
TrustListUpdateRequestedAuditEventTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
TwoStateDiscreteTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
TwoStateDiscreteTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
TwoStateVariableTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
TwoStateVariableTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
UadpDataSetReaderMessageTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
UadpDataSetReaderMessageTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
UadpDataSetWriterMessageTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
UadpDataSetWriterMessageTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
UadpWriterGroupMessageTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
UadpWriterGroupMessageTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
UnitTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
UnitTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
UriDictionaryEntryTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
UriDictionaryEntryTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
UserCertificateTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
UserCertificateTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
UserManagementTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
UserManagementTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
VectorTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
VectorTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
VendorServerInfoTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
VendorServerInfoTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
WriterGroupMessageTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
WriterGroupMessageTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
WriterGroupTransportTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
WriterGroupTransportTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
WriterGroupTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
WriterGroupTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
XYArrayItemTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
XYArrayItemTypeImplBase
Generated on 2026-02-24 10:23:24
|
class |
YArrayItemTypeImpl
Generated on 2026-02-24 10:23:24
|
class |
YArrayItemTypeImplBase
Generated on 2026-02-24 10:23:24
|
| Modifier and Type | Class and Description |
|---|---|
class |
AcknowledgeableConditionTypeNode
The AcknowledgeableConditionType extends the ConditionType by defining acknowledgement
characteristics.
|
class |
AcknowledgeableConditionTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AddressSpaceFileTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AddressSpaceFileTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AggregateConfigurationTypeNode |
class |
AggregateConfigurationTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AggregateFunctionTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AggregateFunctionTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AlarmConditionTypeNode |
class |
AlarmConditionTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AlarmGroupTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AlarmGroupTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AlarmMetricsTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AlarmMetricsTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AlarmRateVariableTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AlarmRateVariableTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AlarmStateVariableTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AlarmStateVariableTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AlarmSuppressionGroupTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AlarmSuppressionGroupTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AliasNameCategoryTypeNode
AliasNameCategoryTypeNode are used to organize AliasNameTypeNode instances that
the Server defines. |
class |
AliasNameCategoryTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AliasNameTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AliasNameTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AlternativeUnitTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AlternativeUnitTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AnalogItemTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AnalogItemTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AnalogUnitRangeTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AnalogUnitRangeTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AnalogUnitTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AnalogUnitTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ApplicationCertificateTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ApplicationCertificateTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ApplicationConfigurationFileTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ApplicationConfigurationFileTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ApplicationConfigurationFolderTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ApplicationConfigurationFolderTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ApplicationConfigurationTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ApplicationConfigurationTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ArrayItemTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ArrayItemTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AudioVariableTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AudioVariableTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditActivateSessionEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditActivateSessionEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditAddNodesEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditAddNodesEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditAddReferencesEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditAddReferencesEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditCancelEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditCancelEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditCertificateDataMismatchEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditCertificateDataMismatchEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditCertificateEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditCertificateEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditCertificateExpiredEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditCertificateExpiredEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditCertificateInvalidEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditCertificateInvalidEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditCertificateMismatchEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditCertificateMismatchEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditCertificateRevokedEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditCertificateRevokedEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditCertificateUntrustedEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditCertificateUntrustedEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditChannelEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditChannelEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditClientEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditClientEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditClientUpdateMethodResultEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditClientUpdateMethodResultEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditConditionAcknowledgeEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditConditionAcknowledgeEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditConditionCommentEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditConditionCommentEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditConditionConfirmEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditConditionConfirmEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditConditionEnableEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditConditionEnableEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditConditionEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditConditionEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditConditionOutOfServiceEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditConditionOutOfServiceEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditConditionResetEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditConditionResetEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditConditionRespondEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditConditionRespondEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditConditionShelvingEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditConditionShelvingEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditConditionSilenceEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditConditionSilenceEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditConditionSuppressionEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditConditionSuppressionEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditCreateSessionEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditCreateSessionEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditDeleteNodesEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditDeleteNodesEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditDeleteReferencesEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditDeleteReferencesEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditHistoryAnnotationUpdateEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditHistoryAnnotationUpdateEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditHistoryAtTimeDeleteEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditHistoryAtTimeDeleteEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditHistoryBulkInsertEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditHistoryBulkInsertEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditHistoryConfigurationChangeEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditHistoryConfigurationChangeEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditHistoryDeleteEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditHistoryDeleteEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditHistoryEventDeleteEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditHistoryEventDeleteEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditHistoryEventUpdateEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditHistoryEventUpdateEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditHistoryRawModifyDeleteEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditHistoryRawModifyDeleteEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditHistoryUpdateEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditHistoryUpdateEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditHistoryValueUpdateEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditHistoryValueUpdateEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditNodeManagementEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditNodeManagementEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditOpenSecureChannelEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditOpenSecureChannelEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditProgramTransitionEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditProgramTransitionEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditSecurityEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditSecurityEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditSessionEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditSessionEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditUpdateEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditUpdateEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditUpdateMethodEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditUpdateMethodEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditUpdateStateEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditUpdateStateEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditUrlMismatchEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditUrlMismatchEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuditWriteUpdateEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuditWriteUpdateEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuthorizationServiceConfigurationTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuthorizationServiceConfigurationTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
AuthorizationServicesConfigurationFolderTypeNode
Generated on 2026-02-24 10:23:29
|
class |
AuthorizationServicesConfigurationFolderTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
BaseAnalogTypeNode
Generated on 2026-02-24 10:23:29
|
class |
BaseAnalogTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
BaseConditionClassTypeNode
Generated on 2026-02-24 10:23:29
|
class |
BaseConditionClassTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
BaseDataVariableTypeNode
Generated on 2026-02-24 10:23:29
|
class |
BaseDataVariableTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
BaseEventTypeNode
Base Event Type.
|
class |
BaseEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
BaseInterfaceTypeNode
Generated on 2026-02-24 10:23:29
|
class |
BaseInterfaceTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
BaseLogEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
BaseLogEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
BaseModelChangeEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
BaseModelChangeEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
BaseObjectTypeNode |
class |
BaseVariableTypeNode |
class |
BitFieldTypeNode
Generated on 2026-02-24 10:23:29
|
class |
BitFieldTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
BrokerConnectionTransportTypeNode
Generated on 2026-02-24 10:23:29
|
class |
BrokerConnectionTransportTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
BrokerDataSetReaderTransportTypeNode
Generated on 2026-02-24 10:23:29
|
class |
BrokerDataSetReaderTransportTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
BrokerDataSetWriterTransportTypeNode
Generated on 2026-02-24 10:23:29
|
class |
BrokerDataSetWriterTransportTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
BrokerWriterGroupTransportTypeNode
Generated on 2026-02-24 10:23:29
|
class |
BrokerWriterGroupTransportTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
BuildInfoTypeNode
Generated on 2026-02-24 10:23:29
|
class |
BuildInfoTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
CartesianCoordinatesTypeNode
Generated on 2026-02-24 10:23:29
|
class |
CartesianCoordinatesTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
CertificateExpirationAlarmTypeNode
Generated on 2026-02-24 10:23:29
|
class |
CertificateExpirationAlarmTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
CertificateGroupFolderTypeNode
Generated on 2025-04-09 16:16:12
|
class |
CertificateGroupFolderTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
CertificateGroupTypeNode
Generated on 2025-04-09 16:16:12
|
class |
CertificateGroupTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
CertificateTypeNode
Generated on 2026-02-24 10:23:29
|
class |
CertificateTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
CertificateUpdatedAuditEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
CertificateUpdatedAuditEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
CertificateUpdateRequestedAuditEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
CertificateUpdateRequestedAuditEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ChoiceStateTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ChoiceStateTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ConditionTypeNode
Standard OPC UA condition type as defined in the A&C specification.
|
class |
ConditionTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ConditionVariableTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ConditionVariableTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ConfigurationFileTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ConfigurationFileTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ConfigurationUpdatedAuditEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ConfigurationUpdatedAuditEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ConnectionTransportTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ConnectionTransportTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
CubeItemTypeNode
Generated on 2026-02-24 10:23:29
|
class |
CubeItemTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
DatagramConnectionTransportTypeNode
Generated on 2026-02-24 10:23:29
|
class |
DatagramConnectionTransportTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
DatagramDataSetReaderTransportTypeNode
Generated on 2026-02-24 10:23:29
|
class |
DatagramDataSetReaderTransportTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
DatagramWriterGroupTransportTypeNode
Generated on 2026-02-24 10:23:29
|
class |
DatagramWriterGroupTransportTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
DataItemTypeNode
Generated on 2026-02-24 10:23:29
|
class |
DataItemTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
DataSetFolderTypeNode
Generated on 2026-02-24 10:23:29
|
class |
DataSetFolderTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
DataSetReaderMessageTypeNode
Generated on 2026-02-24 10:23:29
|
class |
DataSetReaderMessageTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
DataSetReaderTransportTypeNode
Generated on 2026-02-24 10:23:29
|
class |
DataSetReaderTransportTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
DataSetReaderTypeNode
Generated on 2026-02-24 10:23:29
|
class |
DataSetReaderTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
DataSetWriterMessageTypeNode
Generated on 2026-02-24 10:23:29
|
class |
DataSetWriterMessageTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
DataSetWriterTransportTypeNode
Generated on 2026-02-24 10:23:29
|
class |
DataSetWriterTransportTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
DataSetWriterTypeNode
Generated on 2026-02-24 10:23:29
|
class |
DataSetWriterTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
DataTypeDescriptionTypeNode
Generated on 2026-02-24 10:23:29
|
class |
DataTypeDescriptionTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
DataTypeDictionaryTypeNode
Generated on 2026-02-24 10:23:29
|
class |
DataTypeDictionaryTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
DataTypeEncodingTypeNode
Generated on 2026-02-24 10:23:29
|
class |
DataTypeEncodingTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
DataTypeRefinementTypeNode
Generated on 2026-02-24 10:23:29
|
class |
DataTypeRefinementTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
DataTypeSystemTypeNode
Generated on 2026-02-24 10:23:29
|
class |
DataTypeSystemTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
DeviceFailureEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
DeviceFailureEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
DialogConditionTypeNode |
class |
DialogConditionTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
DictionaryEntryTypeNode
Generated on 2026-02-24 10:23:29
|
class |
DictionaryEntryTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
DictionaryFolderTypeNode
Generated on 2026-02-24 10:23:29
|
class |
DictionaryFolderTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
DiscrepancyAlarmTypeNode
Generated on 2026-02-24 10:23:29
|
class |
DiscrepancyAlarmTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
DiscreteAlarmTypeNode
Generated on 2026-02-24 10:23:29
|
class |
DiscreteAlarmTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
DiscreteItemTypeNode
Generated on 2026-02-24 10:23:29
|
class |
DiscreteItemTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
EccApplicationCertificateTypeNode
Generated on 2026-02-24 10:23:29
|
class |
EccApplicationCertificateTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
EccBrainpoolP256r1ApplicationCertificateTypeNode
Generated on 2026-02-24 10:23:29
|
class |
EccBrainpoolP256r1ApplicationCertificateTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
EccBrainpoolP384r1ApplicationCertificateTypeNode
Generated on 2026-02-24 10:23:29
|
class |
EccBrainpoolP384r1ApplicationCertificateTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
EccCurve25519ApplicationCertificateTypeNode
Generated on 2026-02-24 10:23:29
|
class |
EccCurve25519ApplicationCertificateTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
EccCurve448ApplicationCertificateTypeNode
Generated on 2026-02-24 10:23:29
|
class |
EccCurve448ApplicationCertificateTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
EccNistP256ApplicationCertificateTypeNode
Generated on 2026-02-24 10:23:29
|
class |
EccNistP256ApplicationCertificateTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
EccNistP384ApplicationCertificateTypeNode
Generated on 2026-02-24 10:23:29
|
class |
EccNistP384ApplicationCertificateTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ElseGuardVariableTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ElseGuardVariableTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
EventQueueOverflowEventTypeNode |
class |
EventQueueOverflowEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ExclusiveDeviationAlarmTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ExclusiveDeviationAlarmTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ExclusiveLevelAlarmTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ExclusiveLevelAlarmTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ExclusiveLimitAlarmTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ExclusiveLimitAlarmTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ExclusiveLimitStateMachineTypeNode
The ExclusiveLimitStateMachineType defines the state machine used by AlarmTypes that handle
multiple mutually exclusive limits.
|
class |
ExclusiveLimitStateMachineTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ExclusiveRateOfChangeAlarmTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ExclusiveRateOfChangeAlarmTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ExpressionGuardVariableTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ExpressionGuardVariableTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ExtensionFieldsTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ExtensionFieldsTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
FileDirectoryTypeNode
Generated on 2026-02-24 10:23:29
|
class |
FileDirectoryTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
FileTransferStateMachineTypeNode
Generated on 2026-02-24 10:23:29
|
class |
FileTransferStateMachineTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
FileTypeNode
Implementation of the OPC UA FileType object type.
|
class |
FileTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
FiniteStateMachineTypeNode
Generated on 2026-02-24 10:23:29
|
class |
FiniteStateMachineTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
FiniteStateVariableTypeNode
Generated on 2026-02-24 10:23:29
|
class |
FiniteStateVariableTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
FiniteTransitionVariableTypeNode |
class |
FiniteTransitionVariableTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
FolderTypeNode
Generated on 2026-02-24 10:23:29
|
class |
FolderTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
FrameTypeNode
Generated on 2026-02-24 10:23:29
|
class |
FrameTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
GeneralModelChangeEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
GeneralModelChangeEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
GuardVariableTypeNode
Generated on 2026-02-24 10:23:29
|
class |
GuardVariableTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
HighlyManagedAlarmConditionClassTypeNode
Generated on 2026-02-24 10:23:29
|
class |
HighlyManagedAlarmConditionClassTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
HistoricalDataConfigurationTypeNode
Generated on 2026-02-24 10:23:29
|
class |
HistoricalDataConfigurationTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
HistoricalEventConfigurationTypeNode
Generated on 2026-02-24 10:23:29
|
class |
HistoricalEventConfigurationTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
HistoricalExternalEventSourceTypeNode
Generated on 2026-02-24 10:23:29
|
class |
HistoricalExternalEventSourceTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
HistoryServerCapabilitiesTypeNode
Generated on 2026-02-24 10:23:29
|
class |
HistoryServerCapabilitiesTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
HttpsCertificateTypeNode
Generated on 2026-02-24 10:23:29
|
class |
HttpsCertificateTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
IBaseEthernetCapabilitiesTypeNode
Generated on 2026-02-24 10:23:29
|
class |
IBaseEthernetCapabilitiesTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
IetfBaseNetworkInterfaceTypeNode
Generated on 2026-02-24 10:23:29
|
class |
IetfBaseNetworkInterfaceTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
IIeeeAutoNegotiationStatusTypeNode
Generated on 2026-02-24 10:23:29
|
class |
IIeeeAutoNegotiationStatusTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
IIeeeBaseEthernetPortTypeNode
Generated on 2026-02-24 10:23:29
|
class |
IIeeeBaseEthernetPortTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
IIeeeBaseTsnStatusStreamTypeNode
Generated on 2026-02-24 10:23:29
|
class |
IIeeeBaseTsnStatusStreamTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
IIeeeBaseTsnStreamTypeNode
Generated on 2026-02-24 10:23:29
|
class |
IIeeeBaseTsnStreamTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
IIeeeBaseTsnTrafficSpecificationTypeNode
Generated on 2026-02-24 10:23:29
|
class |
IIeeeBaseTsnTrafficSpecificationTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
IIeeeTsnInterfaceConfigurationListenerTypeNode
Generated on 2026-02-24 10:23:29
|
class |
IIeeeTsnInterfaceConfigurationListenerTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
IIeeeTsnInterfaceConfigurationTalkerTypeNode
Generated on 2026-02-24 10:23:29
|
class |
IIeeeTsnInterfaceConfigurationTalkerTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
IIeeeTsnInterfaceConfigurationTypeNode
Generated on 2026-02-24 10:23:29
|
class |
IIeeeTsnInterfaceConfigurationTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
IIeeeTsnMacAddressTypeNode
Generated on 2026-02-24 10:23:29
|
class |
IIeeeTsnMacAddressTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
IIeeeTsnVlanTagTypeNode
Generated on 2026-02-24 10:23:29
|
class |
IIeeeTsnVlanTagTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
IIetfBaseNetworkInterfaceTypeNode
Generated on 2026-02-24 10:23:29
|
class |
IIetfBaseNetworkInterfaceTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ImageItemTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ImageItemTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
InitialStateTypeNode
Generated on 2026-02-24 10:23:29
|
class |
InitialStateTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
InstrumentDiagnosticAlarmTypeNode
Generated on 2026-02-24 10:23:29
|
class |
InstrumentDiagnosticAlarmTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
IOrderedObjectTypeNode
Generated on 2026-02-24 10:23:29
|
class |
IOrderedObjectTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
IPriorityMappingEntryTypeNode
Generated on 2026-02-24 10:23:29
|
class |
IPriorityMappingEntryTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
IrdiDictionaryEntryTypeNode
Generated on 2026-02-24 10:23:29
|
class |
IrdiDictionaryEntryTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ISrClassTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ISrClassTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
IVlanIdTypeNode
Generated on 2026-02-24 10:23:29
|
class |
IVlanIdTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
JsonDataSetReaderMessageTypeNode
Generated on 2026-02-24 10:23:29
|
class |
JsonDataSetReaderMessageTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
JsonDataSetWriterMessageTypeNode
Generated on 2026-02-24 10:23:29
|
class |
JsonDataSetWriterMessageTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
JsonWriterGroupMessageTypeNode
Generated on 2026-02-24 10:23:29
|
class |
JsonWriterGroupMessageTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
KeyCredentialAuditEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
KeyCredentialAuditEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
KeyCredentialConfigurationFolderTypeNode
Generated on 2026-02-24 10:23:29
|
class |
KeyCredentialConfigurationFolderTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
KeyCredentialConfigurationTypeNode
Generated on 2026-02-24 10:23:29
|
class |
KeyCredentialConfigurationTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
KeyCredentialDeletedAuditEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
KeyCredentialDeletedAuditEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
KeyCredentialUpdatedAuditEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
KeyCredentialUpdatedAuditEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
LimitAlarmTypeNode
Generated on 2026-02-24 10:23:29
|
class |
LimitAlarmTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
LldpInformationTypeNode
Generated on 2026-02-24 10:23:29
|
class |
LldpInformationTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
LldpLocalSystemTypeNode
Generated on 2026-02-24 10:23:29
|
class |
LldpLocalSystemTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
LldpPortInformationTypeNode
Generated on 2026-02-24 10:23:29
|
class |
LldpPortInformationTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
LldpRemoteStatisticsTypeNode
Generated on 2026-02-24 10:23:29
|
class |
LldpRemoteStatisticsTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
LldpRemoteSystemTypeNode
Generated on 2026-02-24 10:23:29
|
class |
LldpRemoteSystemTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
LogEntryConditionClassTypeNode
Generated on 2026-02-24 10:23:29
|
class |
LogEntryConditionClassTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
LogObjectTypeNode
Generated on 2026-02-24 10:23:29
|
class |
LogObjectTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
LogOverflowEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
LogOverflowEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
MaintenanceConditionClassTypeNode
Generated on 2026-02-24 10:23:29
|
class |
MaintenanceConditionClassTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ModellingRuleTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ModellingRuleTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
MultiStateDictionaryEntryDiscreteBaseTypeNode
Generated on 2026-02-24 10:23:29
|
class |
MultiStateDictionaryEntryDiscreteBaseTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
MultiStateDictionaryEntryDiscreteTypeNode
Generated on 2026-02-24 10:23:29
|
class |
MultiStateDictionaryEntryDiscreteTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
MultiStateDiscreteTypeNode
Generated on 2026-02-24 10:23:29
|
class |
MultiStateDiscreteTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
MultiStateValueDiscreteTypeNode
Generated on 2026-02-24 10:23:29
|
class |
MultiStateValueDiscreteTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
NamespaceMetadataTypeNode
Generated on 2026-02-24 10:23:29
|
class |
NamespaceMetadataTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
NamespacesTypeNode
Generated on 2026-02-24 10:23:29
|
class |
NamespacesTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
NDimensionArrayItemTypeNode
Generated on 2026-02-24 10:23:29
|
class |
NDimensionArrayItemTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
NetworkAddressTypeNode
Generated on 2026-02-24 10:23:29
|
class |
NetworkAddressTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
NetworkAddressUrlTypeNode
Generated on 2026-02-24 10:23:29
|
class |
NetworkAddressUrlTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
NonExclusiveDeviationAlarmTypeNode
Generated on 2026-02-24 10:23:29
|
class |
NonExclusiveDeviationAlarmTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
NonExclusiveLevelAlarmTypeNode
Generated on 2026-02-24 10:23:29
|
class |
NonExclusiveLevelAlarmTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
NonExclusiveLimitAlarmTypeNode |
class |
NonExclusiveLimitAlarmTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
NonExclusiveRateOfChangeAlarmTypeNode
Generated on 2026-02-24 10:23:29
|
class |
NonExclusiveRateOfChangeAlarmTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
NonTransparentBackupRedundancyTypeNode
Generated on 2026-02-24 10:23:29
|
class |
NonTransparentBackupRedundancyTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
NonTransparentNetworkRedundancyTypeNode
Generated on 2026-02-24 10:23:29
|
class |
NonTransparentNetworkRedundancyTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
NonTransparentRedundancyTypeNode
Generated on 2026-02-24 10:23:29
|
class |
NonTransparentRedundancyTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
OffNormalAlarmTypeNode
Generated on 2026-02-24 10:23:29
|
class |
OffNormalAlarmTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
OperationLimitsTypeNode
Identifies the operation limits imposed by the server.
|
class |
OperationLimitsTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
OptionSetTypeNode
Generated on 2026-02-24 10:23:29
|
class |
OptionSetTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
OrderedListTypeNode
Generated on 2026-02-24 10:23:29
|
class |
OrderedListTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
OrientationTypeNode
Generated on 2026-02-24 10:23:29
|
class |
OrientationTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
PriorityMappingTableTypeNode
Generated on 2026-02-24 10:23:29
|
class |
PriorityMappingTableTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ProcessConditionClassTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ProcessConditionClassTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ProgramDiagnostic2TypeNode
Generated on 2026-02-24 10:23:29
|
class |
ProgramDiagnostic2TypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ProgramDiagnosticTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ProgramDiagnosticTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ProgramStateMachineTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ProgramStateMachineTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ProgramTransitionAuditEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ProgramTransitionAuditEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ProgramTransitionEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ProgramTransitionEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ProgressEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ProgressEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ProvisionableDeviceTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ProvisionableDeviceTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
PublishedDataItemsTypeNode
Generated on 2026-02-24 10:23:29
|
class |
PublishedDataItemsTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
PublishedDataSetTypeNode
Generated on 2026-02-24 10:23:29
|
class |
PublishedDataSetTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
PublishedEventsTypeNode
Generated on 2026-02-24 10:23:29
|
class |
PublishedEventsTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
PublishSubscribeTypeNode
Generated on 2026-02-24 10:23:29
|
class |
PublishSubscribeTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
PubSubCapabilitiesTypeNode
Generated on 2026-02-24 10:23:29
|
class |
PubSubCapabilitiesTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
PubSubCommunicationFailureEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
PubSubCommunicationFailureEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
PubSubConfigurationTypeNode
Generated on 2026-02-24 10:23:29
|
class |
PubSubConfigurationTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
PubSubConnectionTypeNode
Generated on 2026-02-24 10:23:29
|
class |
PubSubConnectionTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
PubSubDiagnosticsConnectionTypeNode
Generated on 2026-02-24 10:23:29
|
class |
PubSubDiagnosticsConnectionTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
PubSubDiagnosticsCounterTypeNode
Generated on 2026-02-24 10:23:29
|
class |
PubSubDiagnosticsCounterTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
PubSubDiagnosticsDataSetReaderTypeNode
Generated on 2026-02-24 10:23:29
|
class |
PubSubDiagnosticsDataSetReaderTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
PubSubDiagnosticsDataSetWriterTypeNode
Generated on 2026-02-24 10:23:29
|
class |
PubSubDiagnosticsDataSetWriterTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
PubSubDiagnosticsReaderGroupTypeNode
Generated on 2026-02-24 10:23:29
|
class |
PubSubDiagnosticsReaderGroupTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
PubSubDiagnosticsRootTypeNode
Generated on 2026-02-24 10:23:29
|
class |
PubSubDiagnosticsRootTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
PubSubDiagnosticsTypeNode
Generated on 2026-02-24 10:23:29
|
class |
PubSubDiagnosticsTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
PubSubDiagnosticsWriterGroupTypeNode
Generated on 2026-02-24 10:23:29
|
class |
PubSubDiagnosticsWriterGroupTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
PubSubGroupTypeNode
Generated on 2026-02-24 10:23:29
|
class |
PubSubGroupTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
PubSubKeyPushTargetFolderTypeNode
Generated on 2026-02-24 10:23:29
|
class |
PubSubKeyPushTargetFolderTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
PubSubKeyPushTargetTypeNode
Generated on 2026-02-24 10:23:29
|
class |
PubSubKeyPushTargetTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
PubSubKeyServiceTypeNode
Generated on 2026-02-24 10:23:29
|
class |
PubSubKeyServiceTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
PubSubStatusEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
PubSubStatusEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
PubSubStatusTypeNode
Generated on 2026-02-24 10:23:29
|
class |
PubSubStatusTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
PubSubTransportLimitsExceedEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
PubSubTransportLimitsExceedEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
QuantityTypeNode
Generated on 2026-02-24 10:23:29
|
class |
QuantityTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
RationalNumberTypeNode
Generated on 2026-02-24 10:23:29
|
class |
RationalNumberTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ReaderGroupMessageTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ReaderGroupMessageTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ReaderGroupTransportTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ReaderGroupTransportTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ReaderGroupTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ReaderGroupTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ReferenceDescriptionVariableTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ReferenceDescriptionVariableTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
RefreshEndEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
RefreshEndEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
RefreshRequiredEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
RefreshRequiredEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
RefreshStartEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
RefreshStartEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
RoleMappingRuleChangedAuditEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
RoleMappingRuleChangedAuditEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
RoleSetTypeNode
Generated on 2026-02-24 10:23:29
|
class |
RoleSetTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
RoleTypeNode
Generated on 2026-02-24 10:23:29
|
class |
RoleTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
RsaMinApplicationCertificateTypeNode
Generated on 2026-02-24 10:23:29
|
class |
RsaMinApplicationCertificateTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
RsaSha256ApplicationCertificateTypeNode
Generated on 2026-02-24 10:23:29
|
class |
RsaSha256ApplicationCertificateTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
SafetyConditionClassTypeNode
Generated on 2026-02-24 10:23:29
|
class |
SafetyConditionClassTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
SamplingIntervalDiagnosticsArrayTypeNode
Generated on 2026-02-24 10:23:29
|
class |
SamplingIntervalDiagnosticsArrayTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
SamplingIntervalDiagnosticsTypeNode
Generated on 2026-02-24 10:23:29
|
class |
SamplingIntervalDiagnosticsTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
SecurityGroupFolderTypeNode
Generated on 2026-02-24 10:23:29
|
class |
SecurityGroupFolderTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
SecurityGroupTypeNode
Generated on 2026-02-24 10:23:29
|
class |
SecurityGroupTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
SelectionListTypeNode
Generated on 2026-02-24 10:23:29
|
class |
SelectionListTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
SemanticChangeEventTypeNode |
class |
SemanticChangeEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
SerializationEntityTypeNode
Generated on 2026-02-24 10:23:29
|
class |
SerializationEntityTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ServerCapabilitiesTypeNode
Describes the capabilities supported by the server.
|
class |
ServerCapabilitiesTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ServerConfigurationTypeNode
Generated on 2025-04-09 16:16:12
|
class |
ServerConfigurationTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ServerDiagnosticsSummaryTypeNode |
class |
ServerDiagnosticsSummaryTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ServerDiagnosticsTypeNode
The diagnostics information for a server.
|
class |
ServerDiagnosticsTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ServerRedundancyTypeNode
A base type for an object that describe how a server supports redundancy.
|
class |
ServerRedundancyTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ServerStatusTypeNode |
class |
ServerStatusTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ServerTypeNode
Specifies the current status and capabilities of the server.
|
class |
ServerTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ServerUnitTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ServerUnitTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ServerVendorCapabilityTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ServerVendorCapabilityTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
SessionDiagnosticsArrayTypeNode
Generated on 2026-02-24 10:23:29
|
class |
SessionDiagnosticsArrayTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
SessionDiagnosticsObjectTypeNode
A container for session level diagnostics information.
|
class |
SessionDiagnosticsObjectTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
SessionDiagnosticsVariableTypeNode
Generated on 2026-02-24 10:23:29
|
class |
SessionDiagnosticsVariableTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
SessionsDiagnosticsSummaryTypeNode
Generated on 2026-02-24 10:23:29
|
class |
SessionsDiagnosticsSummaryTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
SessionSecurityDiagnosticsArrayTypeNode
Generated on 2026-02-24 10:23:29
|
class |
SessionSecurityDiagnosticsArrayTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
SessionSecurityDiagnosticsTypeNode |
class |
SessionSecurityDiagnosticsTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ShelvedStateMachineTypeNode |
class |
ShelvedStateMachineTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
StandaloneSubscribedDataSetTypeNode
Generated on 2026-02-24 10:23:29
|
class |
StandaloneSubscribedDataSetTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
StateMachineTypeNode
Generated on 2026-02-24 10:23:29
|
class |
StateMachineTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
StateTypeNode
Generated on 2026-02-24 10:23:29
|
class |
StateTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
StateVariableTypeNode
Generated on 2026-02-24 10:23:29
|
class |
StateVariableTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
StatisticalConditionClassTypeNode
Generated on 2026-02-24 10:23:29
|
class |
StatisticalConditionClassTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
SubscribedDataSetFolderTypeNode
Generated on 2026-02-24 10:23:29
|
class |
SubscribedDataSetFolderTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
SubscribedDataSetMirrorTypeNode
Generated on 2026-02-24 10:23:29
|
class |
SubscribedDataSetMirrorTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
SubscribedDataSetTypeNode
Generated on 2026-02-24 10:23:29
|
class |
SubscribedDataSetTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
SubscriptionDiagnosticsArrayTypeNode |
class |
SubscriptionDiagnosticsArrayTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
SubscriptionDiagnosticsTypeNode
Generated on 2026-02-24 10:23:29
|
class |
SubscriptionDiagnosticsTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
SubtypeRestrictionTypeNode
Generated on 2026-02-24 10:23:29
|
class |
SubtypeRestrictionTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
SyntaxReferenceEntryTypeNode
Generated on 2026-02-24 10:23:29
|
class |
SyntaxReferenceEntryTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
SystemConditionClassTypeNode
Generated on 2026-02-24 10:23:29
|
class |
SystemConditionClassTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
SystemDiagnosticAlarmTypeNode
Generated on 2026-02-24 10:23:29
|
class |
SystemDiagnosticAlarmTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
SystemEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
SystemEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
SystemOffNormalAlarmTypeNode
Generated on 2026-02-24 10:23:29
|
class |
SystemOffNormalAlarmTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
SystemStatusChangeEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
SystemStatusChangeEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
TargetVariablesTypeNode
Generated on 2026-02-24 10:23:29
|
class |
TargetVariablesTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
TemporaryFileTransferTypeNode
Generated on 2026-02-24 10:23:29
|
class |
TemporaryFileTransferTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
TestingConditionClassTypeNode
Generated on 2026-02-24 10:23:29
|
class |
TestingConditionClassTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ThreeDCartesianCoordinatesTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ThreeDCartesianCoordinatesTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ThreeDFrameTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ThreeDFrameTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ThreeDOrientationTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ThreeDOrientationTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
ThreeDVectorTypeNode
Generated on 2026-02-24 10:23:29
|
class |
ThreeDVectorTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
TlsCertificateTypeNode
Generated on 2026-02-24 10:23:29
|
class |
TlsCertificateTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
TlsClientCertificateTypeNode
Generated on 2026-02-24 10:23:29
|
class |
TlsClientCertificateTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
TlsServerCertificateTypeNode
Generated on 2026-02-24 10:23:29
|
class |
TlsServerCertificateTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
TrainingConditionClassTypeNode
Generated on 2026-02-24 10:23:29
|
class |
TrainingConditionClassTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
TransactionDiagnosticsTypeNode
Generated on 2025-04-09 16:16:12
|
class |
TransactionDiagnosticsTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
TransitionEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
TransitionEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
TransitionTypeNode
Generated on 2026-02-24 10:23:29
|
class |
TransitionTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
TransitionVariableTypeNode
Generated on 2026-02-24 10:23:29
|
class |
TransitionVariableTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
TransparentRedundancyTypeNode
Generated on 2026-02-24 10:23:29
|
class |
TransparentRedundancyTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
TripAlarmTypeNode
Generated on 2026-02-24 10:23:29
|
class |
TripAlarmTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
TrustListOutOfDateAlarmTypeNode
Generated on 2026-02-24 10:23:29
|
class |
TrustListOutOfDateAlarmTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
TrustListTypeNode
Generated on 2025-04-09 16:16:12
|
class |
TrustListTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
TrustListUpdatedAuditEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
TrustListUpdatedAuditEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
TrustListUpdateRequestedAuditEventTypeNode
Generated on 2026-02-24 10:23:29
|
class |
TrustListUpdateRequestedAuditEventTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
TwoStateDiscreteTypeNode
Generated on 2026-02-24 10:23:29
|
class |
TwoStateDiscreteTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
TwoStateVariableTypeNode |
class |
TwoStateVariableTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
UadpDataSetReaderMessageTypeNode
Generated on 2026-02-24 10:23:29
|
class |
UadpDataSetReaderMessageTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
UadpDataSetWriterMessageTypeNode
Generated on 2026-02-24 10:23:29
|
class |
UadpDataSetWriterMessageTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
UadpWriterGroupMessageTypeNode
Generated on 2026-02-24 10:23:29
|
class |
UadpWriterGroupMessageTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
UnitTypeNode
Generated on 2026-02-24 10:23:29
|
class |
UnitTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
UriDictionaryEntryTypeNode
Generated on 2026-02-24 10:23:29
|
class |
UriDictionaryEntryTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
UserCertificateTypeNode
Generated on 2026-02-24 10:23:29
|
class |
UserCertificateTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
UserManagementTypeNode
Generated on 2026-02-24 10:23:29
|
class |
UserManagementTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
VectorTypeNode
Generated on 2026-02-24 10:23:29
|
class |
VectorTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
VendorServerInfoTypeNode
Generated on 2026-02-24 10:23:29
|
class |
VendorServerInfoTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
WriterGroupMessageTypeNode
Generated on 2026-02-24 10:23:29
|
class |
WriterGroupMessageTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
WriterGroupTransportTypeNode
Generated on 2026-02-24 10:23:29
|
class |
WriterGroupTransportTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
WriterGroupTypeNode
Generated on 2026-02-24 10:23:29
|
class |
WriterGroupTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
XYArrayItemTypeNode
Generated on 2026-02-24 10:23:29
|
class |
XYArrayItemTypeNodeBase
Generated on 2026-02-24 10:23:29
|
class |
YArrayItemTypeNode
Generated on 2026-02-24 10:23:29
|
class |
YArrayItemTypeNodeBase
Generated on 2026-02-24 10:23:29
|
| Modifier and Type | Method and Description |
|---|---|
UaNode |
BaseEventTypeNode.getSource()
The source of the event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseEventTypeNode.setSource(UaNode source)
Define the source node of the event.
|
Copyright © 2026. All rights reserved.