OpcUaServer Class

CVB.Net Documentation
OPC/UA server to provide access to NodeBases for clients.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Foundation.OpcUaOpcUaServer

Namespace:  Stemmer.Cvb.Foundation.OpcUa
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public sealed class OpcUaServer : INativeHandle, 
	IDisposable

The OpcUaServer type exposes the following members.

Constructors

  NameDescription
Public methodOpcUaServer
Starts the OPC/UA on some IP address with the default port 4840.
Public methodOpcUaServer(Int32)
Starts the OPC/UA server on some IP address on the given port.
Top
Properties

  NameDescription
Public propertyHandle
Native CVB CVOPCNODE handle.
Public propertyIsDisposed
Tests whether the native handle has been disposed.
Public propertyNamespaces
Gets the list of all registered namespaces.
Public propertyNodes
Access to the IServerNodes made available by the server.
Public propertyState
Gets the current state of this object.
Public propertyUrl
Gets the Server URL that a OpcUaClient needs to open a connection.
Top
Methods

  NameDescription
Public methodDispose
Disposes the native object wrapped by this object immediately.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStart
Starts this Server object.
Public methodStop
Stops this server.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events

  NameDescription
Public eventObjectDisposing
Raised when this object is about to be disposed via the Dispose method.
Top
See Also

Reference