QuickOPC User's Guide and Reference
BadExpectedStreamToBlock Field



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UACodeBits Class : BadExpectedStreamToBlock Field
The stream did not return all data requested (possibly because it is a non-blocking stream).
Syntax
'Declaration
 
Public Const BadExpectedStreamToBlock As Integer
'Usage
 
Dim value As Integer
 
value = UACodeBits.BadExpectedStreamToBlock
public const int BadExpectedStreamToBlock
public:
const int BadExpectedStreamToBlock
Remarks

Numeric value: 32948 (0x80B4)

Status code: 2159280128 (0x80B40000)

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