mask property

List<int> mask
getter/setter pair

For any bit in the mask, set it the 1 if it needs to match the one in manufacturer data, otherwise set it to 0. The 'mask' must have the same length as 'data'.

Implementation

List<int> mask;