public class ReadedTagArgs
extends java.lang.Object
Constructor and Description |
---|
ReadedTagArgs(ActionState action,
java.lang.String tag,
float rssi,
float phase,
float frequency) |
Modifier and Type | Method and Description |
---|---|
ActionState |
getAction() |
float |
getFrequency() |
float |
getPhase() |
float |
getRssi() |
java.lang.String |
getTag() |
public ReadedTagArgs(ActionState action, java.lang.String tag, float rssi, float phase, float frequency)
public ActionState getAction()
public java.lang.String getTag()
public float getRssi()
public float getPhase()
public float getFrequency()