QuickOPC User's Guide and Reference
BadFilterOperandCountMismatch Field



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UACodeBits Class : BadFilterOperandCountMismatch Field
The number of operands provided for the filter operator was less then expected for the operand provided.
Syntax
'Declaration
 
Public Const BadFilterOperandCountMismatch As Integer
'Usage
 
Dim value As Integer
 
value = UACodeBits.BadFilterOperandCountMismatch
public const int BadFilterOperandCountMismatch
public:
const int BadFilterOperandCountMismatch
Remarks

Numeric value: 32963 (0x80C3)

Status code: 2160263168 (0x80C30000)

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