FilterData Enumeration

The kind of information used for filtering messages.

Definition

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

Members

SingleId0 The ID of a message is verified to be a specific one.
IdRange1 The ID of a message is verified to be in a specific ID range [from, to].
MaskAndCode2 The ID of a message is verified to comply with a mask/code filter operation.
MessageType3 The message is verified to be of a specific CAN type (see MessageType).

See Also