|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttuwien.auto.calimero.link.medium.RawAckBase
tuwien.auto.calimero.link.medium.TP1Ack
public class TP1Ack
Raw acknowledge frame on TP1 communication medium.
| Field Summary | |
|---|---|
static int |
BUSY
Acknowledge type busy. |
static int |
NAK_BUSY
Acknowledge type RawAckBase.NAK and BUSY. |
| Fields inherited from class tuwien.auto.calimero.link.medium.RawAckBase |
|---|
ack, ACK, NAK |
| Fields inherited from interface tuwien.auto.calimero.link.medium.RawFrame |
|---|
ACK_FRAME, LDATA_FRAME, LPOLLDATA_FRAME |
| Constructor Summary | |
|---|---|
TP1Ack(byte[] data,
int offset)
Creates a new TP1 acknowledge frame out of a byte array. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
Returns a textual representation of the acknowledge frame information. |
| Methods inherited from class tuwien.auto.calimero.link.medium.RawAckBase |
|---|
getAckType, getFrameType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int BUSY
The remote data link layer does not have resources to process the request.
RawAckBase.getAckType(),
Constant Field Valuespublic static final int NAK_BUSY
RawAckBase.NAK and BUSY.
This acknowledge shall be handled as acknowledge of type busy.
RawAckBase.getAckType(),
Constant Field Values| Constructor Detail |
|---|
public TP1Ack(byte[] data,
int offset)
throws KNXFormatException
data - byte array containing the acknowledge frameoffset - start offset of frame structure in data, offset >=
0
KNXFormatException - if no valid acknowledge frame was found| Method Detail |
|---|
public java.lang.String toString()
RawAckBase
toString in class RawAckBase
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||