frame
Class CollisionFrame

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

public class CollisionFrame
extends TtoRFrame

Artificial frame type delivered to reader when more than one tag replies.

Wire format: None.

This frame type is simply used to signal that collision has occurred. (In contrast, if a single tag replies, but its frame experiences bit errors, that frame is delivered to the reader.)


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
CollisionFrame(int size)
           
 
Method Summary
 
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

CollisionFrame

public CollisionFrame(int size)