com.wilko.jaim
Class FLAPErrorFrame

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

public class FLAPErrorFrame
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
FLAPErrorFrame()
          Creates new FLAPErrorFrame
FLAPErrorFrame(byte[] frameData)
           
 
Method Summary
 int getFLAPFrameType()
           
 
Methods inherited from class com.wilko.jaim.FLAPFrame
getFrameData, getLength, getSequence, initialise, setFrameData, setLength, setSequence, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FLAPErrorFrame

public FLAPErrorFrame()
Creates new FLAPErrorFrame


FLAPErrorFrame

public FLAPErrorFrame(byte[] frameData)
Method Detail

getFLAPFrameType

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