public static class UhfI.ST_TagFilter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
UhfI.Bank |
bank
|
byte[] |
fdata
the comparing data
|
int |
flen
the length, in bits, of the Fdata
|
int |
isInvert
whether to invert the selection ;0 means matching the filter criteria,1 means not matching the filter criteria.
|
int |
startaddr
the memory bank offset, in bits, at which to begin comparing the Fdata
|
Constructor and Description |
---|
ST_TagFilter() |
public UhfI.Bank bank
public int startaddr
public int flen
public byte[] fdata
public int isInvert