mask property

Object? mask

is a uint8 (or byte) array of the bits that should be matched against. The manufacturer data will be bit wise and (&) as well as the dataPrefix to the same mask. These two will then be compared to be equal.

Implementation

external Object? get mask;