lejos.nxt
Class Inbox

java.lang.Object
  extended by lejos.nxt.Inbox

public class Inbox
extends Object

The message class is used to send messages between NXT bricks.

Rating red

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

Inbox

public Inbox()
Method Detail

sendMessage

public static int sendMessage(byte[] message,
                              int inbox)

receiveMessage

public static byte[] receiveMessage(int remoteInbox,
                                    int localInbox,
                                    boolean remove)