next up previous
Next: 6.1.10 クラスLCD Up: 6.1 クラスThread.java Previous: 6.1.8 クラスSensor.java

6.1.9 ROM.java


package josx.platform.rcx;

/**
 * Provides access to ROM routines.
 */
public class ROM
{
  public static native void call
      (short aAddr);
  public static native void call
      (short aAddr, short a1);
  public static native void call
      (short aAddr, short a1, short a2);
  public static native void call
      (short aAddr, short a1,
       short a2, short a3);
  public static native void call
      (short aAddr, short a1, short a2,
       short a3, short a4);
}


generated through LaTeX2HTML. M.Inaba 平成18年5月6日