OpcUaClient Class

CVB.Net Documentation
OPC/UA client to enumerate and access OPC/UA NodeBases.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Foundation.OpcUaOpcUaClient

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

public sealed class OpcUaClient : INativeHandle, 
	IDisposable

The OpcUaClient type exposes the following members.

Constructors

  NameDescription
Public methodOpcUaClient
Creates a new Client object connected to the given url.
Top
Properties

  NameDescription
Public propertyHandle
Native CVB OPCCLT handle.
Public propertyIsDisposed
Tests whether the native handle has been disposed.
Public propertyNodes
Access to the IClientNodes made available by the server.
Public propertyServerUrl
The URL this client is associated with.
Public propertyState
Gets the current connection state of this object.
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 methodReconnect
Reconnects to a server when this State is equal to Faulted.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryReconnect
Tries to reconnect to a server when this State is equal to Faulted.
Top
Events

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

Reference