|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttuwien.auto.calimero.link.medium.RawFrameBase
tuwien.auto.calimero.link.medium.TP1LData
public class TP1LData
L-data frame format on TP1 communication medium.
Supports standard and extended frame format.
Field Summary |
---|
Fields inherited from class tuwien.auto.calimero.link.medium.RawFrameBase |
---|
dst, ext, fcs, hopcount, p, repetition, src, tpdu, type |
Fields inherited from interface tuwien.auto.calimero.link.medium.RawFrame |
---|
ACK_FRAME, LDATA_FRAME, LPOLLDATA_FRAME |
Constructor Summary | |
---|---|
TP1LData(byte[] data,
int offset)
Creates a new L-data frame out of a byte array. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class tuwien.auto.calimero.link.medium.RawFrameBase |
---|
getChecksum, getDestination, getFrameType, getHopcount, getPriority, getSource, getTPDU, isRepetition |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TP1LData(byte[] data, int offset) throws KNXFormatException
data
- byte array containing the L-data frameoffset
- start offset of frame structure in data
, offset >=
0
KNXFormatException
- if length of data too short for frame, on no valid frame
structureMethod Detail |
---|
public java.lang.String toString()
toString
in class RawFrameBase
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |