|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectframe.RFIDFrame
frame.TtoRFrame
public abstract class TtoRFrame
Base class of all frames from the tags to the reader.
This class does pretty much nothing. We have it so that Java can type check that the frames flowing in each direction in the simulator are of the correct sort.
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 | |
---|---|
protected |
TtoRFrame(int size,
RFIDFrame.FrameType type)
|
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 |
---|
protected TtoRFrame(int size, RFIDFrame.FrameType type)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |