com.incesoft.botplatform.sdk.protocol
Class FLAPPacket

java.lang.Object
  extended by com.incesoft.botplatform.sdk.protocol.FLAPPacket

public class FLAPPacket
extends java.lang.Object


Field Summary
static byte DATA
           
static byte ERROR
           
static byte KEEP_ALIVE
           
static byte SIGNOFF
           
static byte SIGNON
           
 
Constructor Summary
FLAPPacket()
           
 
Method Summary
 byte getFrameType()
           
 byte[] getPayload()
           
 short getPayloadLength()
           
 short getSequenceNumber()
           
 byte getStartMarker()
           
 void setFrameType(byte frameType)
           
 void setPayload(byte[] payload)
           
 void setPayloadLength(short payloadLength)
           
 void setSequenceNumber(short sequenceNumber)
           
 void setStartMarker(byte startMarker)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIGNON

public static final byte SIGNON
See Also:
Constant Field Values

DATA

public static final byte DATA
See Also:
Constant Field Values

ERROR

public static final byte ERROR
See Also:
Constant Field Values

SIGNOFF

public static final byte SIGNOFF
See Also:
Constant Field Values

KEEP_ALIVE

public static final byte KEEP_ALIVE
See Also:
Constant Field Values
Constructor Detail

FLAPPacket

public FLAPPacket()
Method Detail

getStartMarker

public byte getStartMarker()

setStartMarker

public void setStartMarker(byte startMarker)

getFrameType

public byte getFrameType()

setFrameType

public void setFrameType(byte frameType)

getSequenceNumber

public short getSequenceNumber()

setSequenceNumber

public void setSequenceNumber(short sequenceNumber)

getPayloadLength

public short getPayloadLength()

setPayloadLength

public void setPayloadLength(short payloadLength)

getPayload

public byte[] getPayload()

setPayload

public void setPayload(byte[] payload)