Class RfidReadDescriptor

java.lang.Object
com.tccc.kos.ext.freestyle.hardware.rfid.RfidReadDescriptor

public class RfidReadDescriptor extends Object
Describes what banks to read during a read operation.
Version:
2023-09-14
  • Constructor Details

    • RfidReadDescriptor

      public RfidReadDescriptor(int tidWords, int epcWords, int userWords)
      Create a new descriptor with the specified bank sizes.
    • RfidReadDescriptor

      public RfidReadDescriptor(int tidWords, int epcWords, int userWords, Integer readPassword)
      Create a new descriptor with the specified bank sizes.
  • Method Details

    • setReadPassword

      public void setReadPassword(Integer readPassword)
      Set the read password to use instead of the factory password.
      Parameters:
      readPassword - the override read password
    • getTidWords

      public int getTidWords()
    • getEpcWords

      public int getEpcWords()
    • getUserWords

      public int getUserWords()
    • getReadPassword

      public Integer getReadPassword()