|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.reprap.comms.OutgoingMessage
public abstract class OutgoingMessage
Constructor Summary | |
---|---|
OutgoingMessage()
|
Method Summary | |
---|---|
abstract byte[] |
getBinary()
Fetch the binary payload corresponding to the completed message |
IncomingContext |
getReplyContext(Communicator communicator,
Device device)
Return an IncomingContext for a message in response to this message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OutgoingMessage()
Method Detail |
---|
public abstract byte[] getBinary()
public IncomingContext getReplyContext(Communicator communicator, Device device)
communicator
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |