Serialized Form


Package rcxport

Class rcxport.RCXPacket implements Serializable

Serialized Fields

myData

byte[] myData
myData the data to be in the packet

mySendData

byte[] mySendData
mySendData the actual packet sent (including checksum and etc.)

Class rcxport.RCXProgram implements Serializable

Serialized Fields

myProgNum

byte myProgNum
myProgNum the program number (0..4)

mySubs

Vector mySubs
mySubs the byte code subroutines for this program.

myTasks

Vector myTasks
myTasks the byte code tasks for this program.

Class rcxport.RCXSub implements Serializable

Serialized Fields

myBytes

byte[] myBytes
myBytes the actual byte codes for this subroutine

Class rcxport.RCXTask implements Serializable

Serialized Fields

myBytes

byte[] myBytes
myBytes the actual byte codes for this task.