Package frame

Implementation of the various frame types passed between the reader and the tags.

See:
          Description

Class Summary
AckFrame Reader to tag ACK frame.
CollisionFrame Artificial frame type delivered to reader when more than one tag replies.
EPCFrame Tag to reader EPC frame.
QueryAdjFrame Reader to tag QueryAdjust frame.
QueryFrame Reader to tag Query frame.
QueryRepFrame Reader to tag QueryRep frame.
RFIDFrame Root class of all frame types.
RN16Frame Tag to reader RN16 frame.
RtoTFrame Base class for all frames from the reader to the tags.
SelectFrame Reader to tags Select frame.
TtoRFrame Base class of all frames from the tags to the reader.
 

Enum Summary
RFIDFrame.FrameType These definitions are used to support RFIDChannel's logging.
 

Package frame Description

Implementation of the various frame types passed between the reader and the tags.

The (abstract) base class, RFIDFrame, is subclassed into frames sent only from the reader to the tags (RtoTFrame) and frames sent only from the tags to the reader (TtoRFrame).

RtoTFrame classes:

TtoRFrame classes: