frame
Class RN16Frame

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

public class RN16Frame
extends TtoRFrame

Tag to reader RN16 frame.

FieldLengthValue
RN1616Tag-generated 16-bit random number
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
RN16Frame(int val)
           
 
Method Summary
static int getRN(RFIDFrame f)
          Extracts the RN field bits 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

RN16Frame

public RN16Frame(int val)
Method Detail

getRN

public static int getRN(RFIDFrame f)
Extracts the RN field bits from f.