public class TagExtParam
extends java.lang.Object
Constructor and Description |
---|
TagExtParam(int rssi,
int phase)
Creates an instance of the TagExtParam class.
|
TagExtParam(int rssi,
int phase,
int frequency)
Creates an instance of the TagExtParam class.
|
Modifier and Type | Method and Description |
---|---|
float |
getFrequency()
Returns the Frequency value of the tag. ( Unit : MHz )
|
double |
getFrequencyD()
Returns the Frequency value of the tag. ( Unit : MHz )
|
int |
getFrequencyRaw()
Returns the Frequency value of the tag. ( Unit : MHz )
|
float |
getPhase()
Returns the Phase value of the tag.
|
double |
getPhaseD()
Returns the Phase value of the tag.
|
int |
getPhaseRaw()
Returns the Phase value of the tag.
|
float |
getRssi()
Returns the RSSI value of the tag.
|
double |
getRssiD()
Returns the RSSI value of the tag.
|
int |
getRssiRaw()
Returns the RSSI value of the tag.
|
java.lang.String |
toString() |
public TagExtParam(int rssi, int phase)
rssi
- An integer representing the rssi value.phase
- An integer representing the phase value.public TagExtParam(int rssi, int phase, int frequency)
rssi
- An integer representing the rssi value.phase
- An integer representing the phase value.frequency
- An integer representing the frequency value.public float getRssi()
public double getRssiD()
public int getRssiRaw()
public float getPhase()
public double getPhaseD()
public int getPhaseRaw()
public float getFrequency()
public double getFrequencyD()
public int getFrequencyRaw()
public java.lang.String toString()
toString
in class java.lang.Object