tuwien.auto.calimero.link.medium
Class PL110Ack

java.lang.Object
  extended by tuwien.auto.calimero.link.medium.RawAckBase
      extended by tuwien.auto.calimero.link.medium.PL110Ack
All Implemented Interfaces:
RawFrame

public class PL110Ack
extends RawAckBase

Raw acknowledge frame on PL110 communication medium.


Field Summary
 
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
PL110Ack(byte[] data, int offset)
          Creates a new PL110 acknowledge frame out of a byte array.
 
Method Summary
 
Methods inherited from class tuwien.auto.calimero.link.medium.RawAckBase
getAckType, getFrameType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PL110Ack

public PL110Ack(byte[] data,
                int offset)
         throws KNXFormatException
Creates a new PL110 acknowledge frame out of a byte array.

Parameters:
data - byte array containing the acknowledge frame
offset - start offset of frame structure in data, offset >= 0
Throws:
KNXFormatException - if no valid acknowledge frame was found