|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
static final int ACK_FRAME
getFrameType()
,
Constant Field Valuesstatic final int LDATA_FRAME
getFrameType()
,
Constant Field Valuesstatic final int LPOLLDATA_FRAME
getFrameType()
,
Constant Field ValuesMethod Detail |
---|
int getFrameType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |