lejos.nxt
Class Inbox
java.lang.Object
lejos.nxt.Inbox
public class Inbox
- extends Object
The message class is used to send messages between NXT bricks.
- Rating

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 |
Inbox
public Inbox()
sendMessage
public static int sendMessage(byte[] message,
int inbox)
receiveMessage
public static byte[] receiveMessage(int remoteInbox,
int localInbox,
boolean remove)