|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectframe.RFIDFrame
frame.TtoRFrame
frame.EPCFrame
public class EPCFrame
Tag to reader EPC frame.
Field Length Value EPC component.RFIDTag.EPCLen The EPC reported by the tag CRC 16
(Optional)Optional CRC covering entire frame.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class frame.RFIDFrame |
---|
RFIDFrame.FrameType |
Field Summary |
---|
Fields inherited from class frame.RFIDFrame |
---|
CRC_SIZE, data, hasCRC, isCorrupted |
Constructor Summary | |
---|---|
EPCFrame(BitMemory EPC)
|
Method Summary | |
---|---|
static BitMemory |
getEPC(RFIDFrame f)
Extracts bit positions corresponding to the EPC field of an EPC frame from f. |
Methods inherited from class frame.RFIDFrame |
---|
clone, dup, flipBit, getSize, getType, hasCRC, isCollision, isCorrupted, markCorrupted, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPCFrame(BitMemory EPC)
Method Detail |
---|
public static BitMemory getEPC(RFIDFrame f)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |