FilterBehavior Enumeration

The operation that take place when a filtering criterion has a match.

Definition

Namespace: Peak.Can.Basic
Assembly: PCANBasic.NET (in PCANBasic.NET.dll) Version: 4.9.0
C#
public enum FilterBehavior

Members

Include0 If the filter matches, the message is enqueued.
Exclude1 If the filter matches, the message is ignored.

See Also