"

2013 FRC Java API

"

com.sun.squawk.vm
Interface MessageBuffer


public interface MessageBuffer

Method buffer data structure. All the fields are UWords.


Field Summary
static int buf
          The offset to the start of the data.
static int BUFFERSIZE
          The size in bytes of the buf part of the buffer.
static int count
          The number of bytes written in the buffer.
static int HEADERSIZE
          The start of the buffer.
static int next
          The buffer ID of the next buffer.
static int pos
          The read position in in bytes in the buffer.
 

Field Detail

next

static final int next
The buffer ID of the next buffer.

See Also:
Constant Field Values

pos

static final int pos
The read position in in bytes in the buffer.

See Also:
Constant Field Values

count

static final int count
The number of bytes written in the buffer.

See Also:
Constant Field Values

buf

static final int buf
The offset to the start of the data.

See Also:
Constant Field Values

HEADERSIZE

static final int HEADERSIZE
The start of the buffer.

See Also:
Constant Field Values

BUFFERSIZE

static final int BUFFERSIZE
The size in bytes of the buf part of the buffer.

See Also:
Constant Field Values

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"