de.root1.simon.codec.messages
Class MsgRawChannelData

java.lang.Object
  extended by de.root1.simon.codec.messages.AbstractMessage
      extended by de.root1.simon.codec.messages.MsgRawChannelData
All Implemented Interfaces:
java.io.Serializable

public class MsgRawChannelData
extends AbstractMessage

RawChannelData message

Author:
ACHR
See Also:
Serialized Form

Constructor Summary
MsgRawChannelData()
           
 
Method Summary
 int getChannelToken()
           
 java.nio.ByteBuffer getData()
           
 void setChannelToken(int channelToken)
           
 void setData(java.nio.ByteBuffer byteBuffer)
           
 java.lang.String toString()
           
 
Methods inherited from class de.root1.simon.codec.messages.AbstractMessage
getErrorMsg, getMsgType, getSequence, hasError, setErrorMsg, setSequence
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MsgRawChannelData

public MsgRawChannelData()
Method Detail

getChannelToken

public int getChannelToken()

setChannelToken

public void setChannelToken(int channelToken)

setData

public void setData(java.nio.ByteBuffer byteBuffer)

getData

public java.nio.ByteBuffer getData()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011. All Rights Reserved.