uaPLUS Reference
QueryAvailableFilters Method
See Also  Send Feedback
NSPlugin Namespace > AlarmEventServer Class : QueryAvailableFilters Method

filterMask
This is a pointer to a bit mask which indicates which types of filtering are supported by the server. See below for mask values.

Glossary Item Box

This method gives clients a means of finding out exactly which filter criteria are supported by a given event server. This method would typically be invoked before configuring the filter on an OPCEventSubscription object.

Syntax

Visual Basic (Declaration) 
Public Function QueryAvailableFilters( _
   ByRef filterMask As Integer _
) As Integer
C# 
public int QueryAvailableFilters( 
   out int filterMask
)

Parameters

filterMask
This is a pointer to a bit mask which indicates which types of filtering are supported by the server. See below for mask values.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.