Package RFIDReader
Class InventoryParameters
java.lang.Object
RFIDReader.InventoryParameters
public class InventoryParameters
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description byteactionbytedivideRatiobytedynamicQbyteencodingbytelinkFrequencybytemaxQbyteminQbytepilotTonebyteselectbytesessionbytestartQbytetargetbytetargetA_BbytetruncateReply -
Constructor Summary
Constructors Constructor Description InventoryParameters() -
Method Summary
Modifier and Type Method Description java.lang.StringtoString()
-
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:
toStringin classjava.lang.Object
-