|
|||||||||
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.TP1LPollData
public class TP1LPollData
L-polldata frame format on TP1 communication medium.
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 | |
---|---|
TP1LPollData(byte[] data,
int offset)
Creates a new L-polldata frame out of a byte array. |
Method Summary | |
---|---|
int |
getExpectedDataLength()
Returns the length of expected poll data. |
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 TP1LPollData(byte[] data, int offset) throws KNXFormatException
data
- byte array containing the L-polldata 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 final int getExpectedDataLength()
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 |