|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thingmagic.TagOp
com.thingmagic.Gen2.Gen2CustomTagOp
com.thingmagic.Gen2.Untraceable
public static class Gen2.Untraceable
Untraceable
Nested Class Summary | |
---|---|
static class |
Gen2.Untraceable.EPC
Gen2v2 untraceably hides part of EPC memory or not |
static class |
Gen2.Untraceable.Range
specifies Gen2v2 Tag’s operating range |
static class |
Gen2.Untraceable.TID
Gen2v2 untraceably hides part of TID memory or not |
static class |
Gen2.Untraceable.UntraceType
Types of untraceable authentication |
static class |
Gen2.Untraceable.User
Gen2v2 untraceably hides part of UserMemory memory or not |
Field Summary | |
---|---|
Gen2.Untraceable.EPC |
epc
specifies whether a Tag untraceably hides part of EPC memory |
int |
epcLen
specifies a new EPC length field |
Gen2.Untraceable.Range |
range
specifies a Tag’s operating range |
Gen2.Untraceable.TID |
tid
specifies the TID memory that a Tag untraceably hides |
Gen2.Untraceable.User |
user
specifies whether a Tag untraceably hides User memory |
Fields inherited from class com.thingmagic.Gen2.Gen2CustomTagOp |
---|
chipType |
Constructor Summary | |
---|---|
Gen2.Untraceable(Gen2.Untraceable.EPC epc,
int epcLen,
Gen2.Untraceable.TID tid,
Gen2.Untraceable.User user,
Gen2.Untraceable.Range range)
Constructor to initialize authentication parameters |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public Gen2.Untraceable.EPC epc
public int epcLen
public Gen2.Untraceable.TID tid
public Gen2.Untraceable.User user
public Gen2.Untraceable.Range range
Constructor Detail |
---|
public Gen2.Untraceable(Gen2.Untraceable.EPC epc, int epcLen, Gen2.Untraceable.TID tid, Gen2.Untraceable.User user, Gen2.Untraceable.Range range)
epc
- specifies whether a Tag untraceably hides part of EPC memoryepcLen
- specifies a new EPC length fieldtid
- specifies the TID memory that a Tag untraceably hidesuser
- specifies whether a Tag untraceably hides User memoryrange
- specifies a Tag’s operating rangeMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |