|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectframe.RFIDFrame
frame.TtoRFrame
frame.CollisionFrame
public class CollisionFrame
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 |
---|
public CollisionFrame(int size)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |