can_filter class

struct can_filter - CAN ID based filter in can_register(). @can_id: relevant bits of CAN ID which are not masked out. @can_mask: CAN mask (see description)

Description: A filter matches, when

<received_can_id> & mask == can_id & mask

The filter can be inverted (CAN_INV_FILTER bit set in can_id) or it can filter for error message frames (CAN_ERR_FLAG bit set in mask).

Inheritance

Constructors

can_filter()

Properties

can_id int
getter/setter pair
can_mask int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited