frame
Class EPCFrame

java.lang.Object
  extended by frame.RFIDFrame
      extended by frame.TtoRFrame
          extended by frame.EPCFrame
All Implemented Interfaces:
java.lang.Cloneable

public class EPCFrame
extends TtoRFrame

Tag to reader EPC frame.

FieldLengthValue
EPCcomponent.RFIDTag.EPCLenThe EPC reported by the tag
CRC16
(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

EPCFrame

public EPCFrame(BitMemory EPC)
Method Detail

getEPC

public static BitMemory getEPC(RFIDFrame f)
Extracts bit positions corresponding to the EPC field of an EPC frame from f.