org.reprap.comms.messages
Class OutgoingBlankMessage

java.lang.Object
  extended by org.reprap.comms.OutgoingMessage
      extended by org.reprap.comms.messages.OutgoingBlankMessage

public class OutgoingBlankMessage
extends OutgoingMessage


Field Summary
private  byte messageType
           
 
Constructor Summary
OutgoingBlankMessage(byte messageType)
           
 
Method Summary
 byte[] getBinary()
          Fetch the binary payload corresponding to the completed message
 
Methods inherited from class org.reprap.comms.OutgoingMessage
getReplyContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

messageType

private byte messageType
Constructor Detail

OutgoingBlankMessage

public OutgoingBlankMessage(byte messageType)
Parameters:
messageType -
Method Detail

getBinary

public byte[] getBinary()
Description copied from class: OutgoingMessage
Fetch the binary payload corresponding to the completed message

Specified by:
getBinary in class OutgoingMessage
Returns:
an array of bytes