public class TruncatedReplySettings
extends java.lang.Object
Constructor and Description |
---|
TruncatedReplySettings() |
Modifier and Type | Method and Description |
---|---|
short |
getBitPointer()
Select a starting bit location in the EPC memory bank that will be
used for the truncating select command.
|
byte |
getEpcLengthInWords()
The EPC length, in 16-bit words, of all tags in the field of view.
|
boolean |
getGen2v2TagsOnly()
If only Gen2v2 tags are in the field of view then setting the
Gen2v2TagsOnly flag will perform an additional CRC check
to further validate the integrity of the tag response.
|
boolean |
getIsEnabled()
Get flag indicating whether the Truncated Reply feature is enabled.
|
java.lang.String |
getTagMask()
Specifies the mask that must match the EPC memory bank starting at
Pointer.
|
void |
setBitPointer(short bitPointer) |
void |
setEpcLengthInWords(byte epcLengthInWords) |
void |
setGen2v2TagsOnly(boolean gen2v2TagsOnly) |
void |
setIsEnabled(boolean isEnabled) |
void |
setTagMask(java.lang.String tagMask) |
public boolean getIsEnabled()
public void setIsEnabled(boolean isEnabled)
public boolean getGen2v2TagsOnly()
public void setGen2v2TagsOnly(boolean gen2v2TagsOnly)
public byte getEpcLengthInWords()
public void setEpcLengthInWords(byte epcLengthInWords)
public short getBitPointer()
public void setBitPointer(short bitPointer)
public java.lang.String getTagMask()
public void setTagMask(java.lang.String tagMask)