org.reprap.devices
Class SNAPExtruder.RequestSetHeat

java.lang.Object
  extended by org.reprap.comms.OutgoingMessage
      extended by org.reprap.devices.SNAPExtruder.RequestSetHeat
Enclosing class:
SNAPExtruder

protected class SNAPExtruder.RequestSetHeat
extends OutgoingMessage


Field Summary
(package private)  byte[] message
           
 
Constructor Summary
SNAPExtruder.RequestSetHeat(byte heat, byte cutoff)
           
SNAPExtruder.RequestSetHeat(byte heat0, byte heat1, byte t0, byte t1)
           
 
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

message

byte[] message
Constructor Detail

SNAPExtruder.RequestSetHeat

SNAPExtruder.RequestSetHeat(byte heat,
                            byte cutoff)
Parameters:
heat -
cutoff -

SNAPExtruder.RequestSetHeat

SNAPExtruder.RequestSetHeat(byte heat0,
                            byte heat1,
                            byte t0,
                            byte t1)
Parameters:
heat0 -
heat1 -
t0 -
t1 -
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