Package RFIDReader
Class PowerSettings
java.lang.Object
RFIDReader.PowerSettings
public class PowerSettings
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description int
numberOfSettings
double[]
readPowers
double[]
writePowers
-
Constructor Summary
Constructors Constructor Description PowerSettings()
PowerSettings(int numSettings)
PowerSettings(PowerSettings pSettings)
-
Method Summary
-
Field Details
-
numberOfSettings
public int numberOfSettings -
readPowers
public double[] readPowers -
writePowers
public double[] writePowers
-
-
Constructor Details
-
PowerSettings
public PowerSettings(int numSettings) -
PowerSettings
public PowerSettings() -
PowerSettings
-