com.incesoft.botplatform.sdk.protocol
Class FLAPPacket
java.lang.Object
com.incesoft.botplatform.sdk.protocol.FLAPPacket
public class FLAPPacket
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
FLAPPacket
public FLAPPacket()
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)