|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thingmagic.Gen2.TagReadData
public static class Gen2.TagReadData
A class to represent the gen2 specific data from tag response containing parameters like q, target and link frequency.
Field Summary | |
---|---|
Gen2.LinkFrequency |
lf
|
Gen2.StaticQ |
q
|
Gen2.Target |
target
|
Method Summary | |
---|---|
Gen2.LinkFrequency |
getGen2LF()
Return the gen2Link frequency of the tag |
Gen2.StaticQ |
getGen2Q()
Return the gen2Q of the tag |
Gen2.Target |
getGen2Target()
Return the Target of the tag |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Gen2.StaticQ q
public Gen2.Target target
public Gen2.LinkFrequency lf
Method Detail |
---|
public Gen2.StaticQ getGen2Q()
public Gen2.LinkFrequency getGen2LF()
public Gen2.Target getGen2Target()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |