|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.thingmagic.Gen2.Select
public static class Gen2.Select
Representation of a Gen2 Select operation
| Field Summary | |
|---|---|
Gen2.Bank |
bank
The memory bank in which to compare the mask |
int |
bitLength
The length (in bits) of the mask |
int |
bitPointer
The location (in bits) at which to begin comparing the mask |
boolean |
invert
Whether to invert the selection (deselect tags that meet the comparison and vice versa). |
byte[] |
mask
The mask value to compare with the specified region of tag memory, MSB first |
| Constructor Summary | |
|---|---|
Gen2.Select(boolean invert,
Gen2.Bank bank,
int bitPointer,
int bitLength,
byte[] mask)
|
|
| Method Summary | |
|---|---|
boolean |
matches(TagData t)
Test if a tag matches this filter. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public boolean invert
public Gen2.Bank bank
public int bitPointer
public int bitLength
public byte[] mask
| Constructor Detail |
|---|
public Gen2.Select(boolean invert,
Gen2.Bank bank,
int bitPointer,
int bitLength,
byte[] mask)
| Method Detail |
|---|
public boolean matches(TagData t)
TagFilter
matches in interface TagFilterpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||