QuickOPC User's Guide and Reference
BadSessionNotActivated Field



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UACodeBits Class : BadSessionNotActivated Field
The session cannot be used because ActivateSession has not been called.
Syntax
'Declaration
 
Public Const BadSessionNotActivated As Integer
'Usage
 
Dim value As Integer
 
value = UACodeBits.BadSessionNotActivated
public const int BadSessionNotActivated
public:
const int BadSessionNotActivated
Remarks

Numeric value: 32807 (0x8027)

Status code: 2150039552 (0x80270000)

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