|
Sun SPOT API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.squawk.vm.MessageStruct
public class MessageStruct
Method data structure. All the fields are UWords. Keep in sync with msg.c.
| Field Summary | |
|---|---|
static int |
data
The offset to the start of the data. |
static int |
HEADERSIZE
The start of the buffer. |
static int |
key
The offset to the start of the key naming this message. |
static int |
MAX_MESSAGE_KEY_SIZE
The size of the maxumum message key. |
static int |
next
The buffer ID of the next message struct. |
static int |
status
The status of the connection and message. |
| Constructor Summary | |
|---|---|
MessageStruct()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int next
public static final int status
public static final int data
public static final int key
public static final int HEADERSIZE
public static final int MAX_MESSAGE_KEY_SIZE
| Constructor Detail |
|---|
public MessageStruct()
|
Sun SPOT API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||