Stemmer.Cvb.Foundation.OpcUa Namespace

CVB.Net Documentation

[Missing <summary> documentation for "N:Stemmer.Cvb.Foundation.OpcUa"]

Classes

  ClassDescription
Public classBrowseFilter
Option object to filter Browse(BrowseFilter) results.
Public classClientFloatNode
OPC/UA OpcUaClient floating point variable node.
Public classClientIntegerNode
OPC/UA OpcUaClient integer variable node.
Public classClientMethodNode
OPC/UA OpcUaClient method node.
Public classClientNodeBase
OPC/UA node created by a OpcUaClient.
Public classClientNodes
IClientNode access.
Public classClientObjectNode
OPC/UA OpcUaClient object node.
Public classClientObjectTypeNode
OPC/UA OpcUaClient ObjectType node.
Public classClientStringNode
OPC/UA OpcUaClient string variable node.
Public classClientVariableNodeBase
Base class of OPC/UA OpcUaClient variable nodes.
Public classClientVariableTypeNode
OPC/UA OpcUaClient VariableType node.
Public classGuidNodeId
A NodeId with a Guid identifier.
Public classMethodCalledEventArgs
Event arguments for a called OPC/UA MethodObject.
Public classMethodParameter
One input or output parameter.
Public classNodeBase
Base class for all OPC/UA nodes.
Public classNodeId
Unique identifier for a single NodeBase.
Public classNumericNodeId
A NodeId with an integer identifier.
Public classOpaqueNodeId
A NodeId with a byte array identifier.
Public classOpcUaClient
OPC/UA client to enumerate and access OPC/UA NodeBases.
Public classOpcUaServer
OPC/UA server to provide access to NodeBases for clients.
Public classServerFloatNode
OPC/UA OpcUaServer float variable node.
Public classServerIntegerNode
OPC/UA OpcUaServer integer variable node.
Public classServerMethodNode
OPC/UA OpcUaClient method node.
Public classServerNamespaceList
Manages the OPC/UA namespaces of the OpcUaServer.
Public classServerNodeBase
OPC/UA nodes created on a OpcUaServer.
Public classServerNodes
IServerNode access
Public classServerObjectNode
OPC/UA OpcUaServer object node.
Public classServerObjectTypeNode
OPC/UA OpcUaServer ObjectType node.
Public classServerStringNode
OPC/UA OpcUaServer string variable node.
Public classServerVariableNodeBase
Base class for OPC/UA OpcUaServer variable nodes.
Public classServerVariableTypeNode
OPC/UA OpcUaServer VariableType node.
Public classStringNodeId
A NodeId with a string identifier.
Interfaces

  InterfaceDescription
Public interfaceIClientMethodNode
Callable OPC/UA OpcUaClient method node.
Public interfaceIClientNode
OPC/UA OpcUaClient node.
Public interfaceIClientVariableNode
OPC/UA OpcUaClient variable node.
Public interfaceIFloatNode
OPC/UA floating point variable.
Public interfaceIIntegerNode
OPC/UA integer variable node.
Public interfaceIMethodNode
An OPC/UA callable node.
Public interfaceIMethodParameter
One input or output parameter of an IMethodNode.
Public interfaceINode
Interface for all OPC/UA nodes.
Public interfaceIObjectNode
OPC/UA object node.
Public interfaceIObjectTypeNode
OPC/UA ObjectType node.
Public interfaceIServerMethodNode
Callable OPC/UA OpcUaServer method node.
Public interfaceIServerMethodParameterCollection
Parameter collection for ServerMethodNodeInputParameters and OutputParameters.
Public interfaceIServerNode
OPC/UA OpcUaServer node.
Public interfaceIServerVariableNode
OPC/UA OpcUaServer variable node.
Public interfaceIStringNode
OPC/UA string variable.
Public interfaceIVariableNode
OPC/UA variable nodes that store data.
Public interfaceIVariableTypeNode
OPC/UA VariableType node.
Enumerations

  EnumerationDescription
Public enumerationClientState
Connection state of the OpcUaClient.
Public enumerationDataType
The data type of a IVariableNode.
Public enumerationNodeClass
Identifier for the NodeBase's actual class.
Public enumerationReferenceType
Type of reference to browse.
Public enumerationServerState
States the OpcUaServer can be in.
Public enumerationVariableType
Defines whether a variable is a simple data variable or an object property.