Class RfidReadDescriptor
java.lang.Object
com.tccc.kos.ext.freestyle.hardware.rfid.RfidReadDescriptor
Describes what banks to read during a read operation.
- Version:
- 2023-09-14
-
Constructor Summary
ConstructorsConstructorDescriptionRfidReadDescriptor
(int tidWords, int epcWords, int userWords) Create a new descriptor with the specified bank sizes.RfidReadDescriptor
(int tidWords, int epcWords, int userWords, Integer readPassword) Create a new descriptor with the specified bank sizes. -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
void
setReadPassword
(Integer readPassword) Set the read password to use instead of the factory password.
-
Constructor Details
-
RfidReadDescriptor
public RfidReadDescriptor(int tidWords, int epcWords, int userWords) Create a new descriptor with the specified bank sizes. -
RfidReadDescriptor
Create a new descriptor with the specified bank sizes.
-
-
Method Details
-
setReadPassword
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
-