icommand.nxt
Class Inbox

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

public class Inbox
extends java.lang.Object

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

Author:
BB

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)


Copyright © 2006. All Rights Reserved.