tuwien.auto.calimero.link.medium
Interface RawFrame

All Known Implementing Classes:
PL110Ack, PL110LData, PL132Ack, PL132LData, RawAckBase, RawFrameBase, TP1Ack, TP1LData, TP1LPollData

public interface RawFrame

Base interface used for raw network frames.

A raw frame is a KNX message in a KNX network sent on a particular communication medium, built up and consisting of medium specific parts within the frame.

Subtypes should offer decoding of message parts up to OSI layer 4 (TPDU) if possible.


Field Summary
static int ACK_FRAME
          Indicates an acknowledge frame type.
static int LDATA_FRAME
          Indicates a L-data frame type.
static int LPOLLDATA_FRAME
          Indicates a L-poll-data frame type.
 
Method Summary
 int getFrameType()
          Returns the type of this frame.
 

Field Detail

ACK_FRAME

static final int ACK_FRAME
Indicates an acknowledge frame type.

See Also:
getFrameType(), Constant Field Values

LDATA_FRAME

static final int LDATA_FRAME
Indicates a L-data frame type.

See Also:
getFrameType(), Constant Field Values

LPOLLDATA_FRAME

static final int LPOLLDATA_FRAME
Indicates a L-poll-data frame type.

See Also:
getFrameType(), Constant Field Values
Method Detail

getFrameType

int getFrameType()
Returns the type of this frame.

Returns:
unsigned frame type identifier