frame
Class QueryRepFrame

java.lang.Object
  extended by frame.RFIDFrame
      extended by frame.RtoTFrame
          extended by frame.QueryRepFrame
All Implemented Interfaces:
java.lang.Cloneable

public class QueryRepFrame
extends RtoTFrame

Reader to tag QueryRep frame.

FieldLengthValue
command40000 (decimal 0)
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.RtoTFrame
ACK_CMD, CORRUPTED_CMD, QUERY_CMD, QUERYADJ_CMD, QUERYREP_CMD, RtoT_CMD_FIELD, RtoT_CMD_WIDTH, SELECT_CMD
 
Fields inherited from class frame.RFIDFrame
CRC_SIZE, data, hasCRC, isCorrupted
 
Constructor Summary
QueryRepFrame()
           
 
Method Summary
 
Methods inherited from class frame.RtoTFrame
getCommand
 
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

QueryRepFrame

public QueryRepFrame()