|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.reprap.comms.OutgoingMessage org.reprap.comms.messages.OutgoingBlankMessage
public class OutgoingBlankMessage
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 |
---|
private byte messageType
Constructor Detail |
---|
public OutgoingBlankMessage(byte messageType)
messageType
- Method Detail |
---|
public byte[] getBinary()
OutgoingMessage
getBinary
in class OutgoingMessage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |