rcxport
Class RCXSub

java.lang.Object
  |
  +--rcxport.RCXSub

public class RCXSub
extends Object
implements Serializable

Representation of RCX Subroutine.

Author:
Scott B. Lewis, slewis@teleport.com
See Also:
Serialized Form

Field Summary
(package private)  byte[] myBytes
           
 
Constructor Summary
RCXSub(byte[] bytes)
           
 
Method Summary
protected  byte[] getBytes()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myBytes

byte[] myBytes
Constructor Detail

RCXSub

public RCXSub(byte[] bytes)
Method Detail

getBytes

protected byte[] getBytes()