QuickOPC User's Guide and Reference
ConnectionState Property (ConnectedConditionChangedEventArgs)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Communication Namespace > ConnectedConditionChangedEventArgs Class : ConnectionState Property
Indicates the state of the connection.
Syntax
'Declaration
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property ConnectionState As ConnectionState
 
'Usage
 
Dim instance As ConnectedConditionChangedEventArgs
Dim value As ConnectionState
 
instance.ConnectionState = value
 
value = instance.ConnectionState
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also