"

2013 FRC Java API

"

Uses of Class
com.sun.squawk.os.Parm

Packages that use Parm
com.sun.squawk.os   
 

Uses of Parm in com.sun.squawk.os
 

Methods in com.sun.squawk.os that return Parm
 Parm Parm.cbytes(byte[] bytes)
          Add a byte array parameter.
 Parm Parm.cstring(String str)
          Add a String parameter.
 Parm Parm.jni()
          Specify that the function should be called using the JNI calling convention.
 Parm Parm.parm(double x)
          Add a double parameter.
 Parm Parm.parm(float x)
          Add a float parameter.
 Parm Parm.parm(int x)
          Add an int parameter.
 Parm Parm.parm(long x)
          Add a long parameter.
 Parm Parm.parm(Object x)
          Add an Object parameter.
 

Methods in com.sun.squawk.os with parameters of type Parm
static double CSystem.dcall(Parm x)
          Call a 'C' function.
static float CSystem.fcall(Parm x)
          Call a 'C' function.
static int CSystem.icall(Parm x)
          Call a 'C' function.
static long CSystem.lcall(Parm x)
          Call a 'C' function.
static Object CSystem.ocall(Parm x)
          Call a 'C' function.
static void CSystem.vcall(Parm x)
          Call a 'C' function.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"