Class 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()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 data
        tagFocus - True to uses a proprietary tag feature where each tag only answers once until it is repowered
    • Method Detail

      • isFastId

        public boolean isFastId()
        Returns:
        true if the fast id feature is set
      • isTagFocus

        public boolean isTagFocus()
        Returns:
        true if the tag focus is set