com.wilko.jaim
Class FLAPKeepAliveFrame

java.lang.Object
  |
  +--com.wilko.jaim.FLAPFrame
        |
        +--com.wilko.jaim.FLAPKeepAliveFrame

public class FLAPKeepAliveFrame
extends FLAPFrame


Field Summary
 
Fields inherited from class com.wilko.jaim.FLAPFrame
FLAP_DATA_OFFSET, FLAP_FRAME_DATA, FLAP_FRAME_ERROR, FLAP_FRAME_KEEP_ALIVE, FLAP_FRAME_SIGNOFF, FLAP_FRAME_SIGNON, fLen, frame
 
Constructor Summary
FLAPKeepAliveFrame()
          Creates new FLAPKeepAliveFrame
FLAPKeepAliveFrame(byte[] frameData)
           
 
Method Summary
 int getFLAPFrameType()
           
protected  void initialise()
           
 
Methods inherited from class com.wilko.jaim.FLAPFrame
getFrameData, getLength, getSequence, setFrameData, setLength, setSequence, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FLAPKeepAliveFrame

public FLAPKeepAliveFrame()
Creates new FLAPKeepAliveFrame


FLAPKeepAliveFrame

public FLAPKeepAliveFrame(byte[] frameData)
Method Detail

initialise

protected void initialise()
Overrides:
initialise in class FLAPFrame

getFLAPFrameType

public int getFLAPFrameType()
Specified by:
getFLAPFrameType in class FLAPFrame