Package RFIDReader
Class InventoryParameters
java.lang.Object
RFIDReader.InventoryParameters
public class InventoryParameters
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description byte
action
byte
divideRatio
byte
dynamicQ
byte
encoding
byte
linkFrequency
byte
maxQ
byte
minQ
byte
pilotTone
byte
select
byte
session
byte
startQ
byte
target
byte
targetA_B
byte
truncateReply
-
Constructor Summary
Constructors Constructor Description InventoryParameters()
-
Method Summary
Modifier and Type Method Description java.lang.String
toString()
-
Field Details
-
target
public byte target -
action
public byte action -
truncateReply
public byte truncateReply -
dynamicQ
public byte dynamicQ -
startQ
public byte startQ -
minQ
public byte minQ -
maxQ
public byte maxQ -
divideRatio
public byte divideRatio -
encoding
public byte encoding -
pilotTone
public byte pilotTone -
select
public byte select -
session
public byte session -
targetA_B
public byte targetA_B -
linkFrequency
public byte linkFrequency
-
-
Constructor Details
-
InventoryParameters
public InventoryParameters()
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-