|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlejos.nxt.Inbox
public class Inbox
The message class is used to send messages between NXT bricks.
Constructor Summary | |
---|---|
Inbox()
|
Method Summary | |
---|---|
static byte[] |
receiveMessage(int remoteInbox,
int localInbox,
boolean remove)
|
static int |
sendMessage(byte[] message,
int inbox)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Inbox()
Method Detail |
---|
public static int sendMessage(byte[] message, int inbox)
public static byte[] receiveMessage(int remoteInbox, int localInbox, boolean remove)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |