| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.cldc.jna.Function
com.sun.cldc.jna.BlockingFunction
public class BlockingFunction
BlockingFunction allows Java code to call C function that block.
| Field Summary | 
|---|
| Fields inherited from class com.sun.cldc.jna.Function | 
|---|
| DEBUG, funcAddr, name | 
| Method Summary | |
|---|---|
|  int | call0() | 
|  int | call1(int i1) | 
|  int | call10(int i1,
       int i2,
       int i3,
       int i4,
       int i5,
       int i6,
       int i7,
       int i8,
       int i9,
       int i10) | 
|  int | call2(int i1,
      int i2) | 
|  int | call3(int i1,
      int i2,
      int i3) | 
|  int | call4(int i1,
      int i2,
      int i3,
      int i4) | 
|  int | call5(int i1,
      int i2,
      int i3,
      int i4,
      int i5) | 
|  int | call6(int i1,
      int i2,
      int i3,
      int i4,
      int i5,
      int i6) | 
|  int | call7(int i1,
      int i2,
      int i3,
      int i4,
      int i5,
      int i6,
      int i7) | 
|  int | call8(int i1,
      int i2,
      int i3,
      int i4,
      int i5,
      int i6,
      int i7,
      int i8) | 
|  int | call9(int i1,
      int i2,
      int i3,
      int i4,
      int i5,
      int i6,
      int i7,
      int i8,
      int i9) | 
| protected  void | postscript(int result) | 
| protected  void | preamble() | 
|  void | setDefaultTaskExecutor()Set this blocking function to run using a default TaskExecutor. | 
|  void | setTaskExecutor(TaskExecutor te)Set this blocking function to run using a specific TaskExecutor. | 
|  String | toString()Returns a string representation of the object. | 
| Methods inherited from class com.sun.cldc.jna.Function | 
|---|
| call1, call2, call2, call2, call3, call3, call3, call3, call3, call3, call3, call4, call4, call4, call4, call4, call4, call4, call4, call4, call4, call4, call4, call4, call4, call4, call5, call5, call5, call5, call5, call5, call5, call5, call5, call5, call5, call5, call5, call5, call5, call5, call5, call5, call5, call5, call5, call5, call5, call5, call5, call5, call5, call5, call5, call5, call5, errno, getFunction, getName, returnString, returnStruct | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Method Detail | 
|---|
public String toString()
ObjecttoString method returns a string that
 "textually represents" this object. The result should
 be a concise but informative representation that is easy for a
 person to read.
 It is recommended that all subclasses override this method.
 
 The toString method for class Object
 returns a string consisting of the name of the class of which the
 object is an instance, the at-sign character `@', and
 the unsigned hexadecimal representation of the hash code of the
 object. In other words, this method returns a string equal to the
 value of:
 
getClass().getName() + '@' + Integer.toHexString(hashCode())
toString in class Functionprotected void preamble()
preamble in class Functionprotected void postscript(int result)
postscript in class Functionpublic void setTaskExecutor(TaskExecutor te)
te - public void setDefaultTaskExecutor()
public int call0()
call0 in class Functionpublic int call1(int i1)
call1 in class Function
public int call2(int i1,
                 int i2)
call2 in class Function
public int call3(int i1,
                 int i2,
                 int i3)
call3 in class Function
public int call4(int i1,
                 int i2,
                 int i3,
                 int i4)
call4 in class Function
public int call5(int i1,
                 int i2,
                 int i3,
                 int i4,
                 int i5)
call5 in class Function
public int call6(int i1,
                 int i2,
                 int i3,
                 int i4,
                 int i5,
                 int i6)
call6 in class Function
public int call7(int i1,
                 int i2,
                 int i3,
                 int i4,
                 int i5,
                 int i6,
                 int i7)
call7 in class Function
public int call8(int i1,
                 int i2,
                 int i3,
                 int i4,
                 int i5,
                 int i6,
                 int i7,
                 int i8)
call8 in class Function
public int call9(int i1,
                 int i2,
                 int i3,
                 int i4,
                 int i5,
                 int i6,
                 int i7,
                 int i8,
                 int i9)
call9 in class Function
public int call10(int i1,
                  int i2,
                  int i3,
                  int i4,
                  int i5,
                  int i6,
                  int i7,
                  int i8,
                  int i9,
                  int i10)
call10 in class Function| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||