ClientState Enumeration

CVB.Net Documentation
Connection state of the OpcUaClient.

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

public enum ClientState
Members

  Member nameValueDescription
Connected1 The client is connected to a server.
Faulted2 Recoverable communication error.
Error3 Unrecoverable error: try to recreate the OpcUaClient.
See Also

Reference