com.thingmagic
Class Iso180006b.Select
java.lang.Object
com.thingmagic.Iso180006b.Select
- All Implemented Interfaces:
- TagFilter
- Enclosing class:
- Iso180006b
public static class Iso180006b.Select
- extends java.lang.Object
- implements TagFilter
Field Summary |
boolean |
invert
Whether to invert the selection (deselect tags that meet the
comparison and vice versa). |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
invert
public boolean invert
- Whether to invert the selection (deselect tags that meet the
comparison and vice versa).
Iso180006b.Select
public Iso180006b.Select(boolean invert,
Iso180006b.SelectOp op,
byte address,
byte mask,
byte[] data)
matches
public boolean matches(TagData t)
- Description copied from interface:
TagFilter
- Test if a tag matches this filter. Only applies to selects based
on the EPC.
- Specified by:
matches
in interface TagFilter
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object