Package com.metratec.lib.rfidreader.uhf
Class CustomImpinjSettings
- java.lang.Object
-
- com.metratec.lib.rfidreader.uhf.CustomImpinjSettings
-
public class CustomImpinjSettings extends java.lang.Object
Custom impinj settings
-
-
Constructor Summary
Constructors Constructor Description CustomImpinjSettings(boolean fastId, boolean tagFocus)
Create the custom impinj settings with the given parameters
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isFastId()
boolean
isTagFocus()
-
-
-
Constructor Detail
-
CustomImpinjSettings
public CustomImpinjSettings(boolean fastId, boolean tagFocus)
Create the custom impinj settings with the given parameters- Parameters:
fastId
- True to allows to read the TagID together with the EPC and can speed up getting TID datatagFocus
- True to uses a proprietary tag feature where each tag only answers once until it is repowered
-
-