2010 FRC Java API


Uses of Class
com.sun.cldc.jna.Function

Packages that use Function
com.sun.cldc.jna The CLDC/JNA package contains classes that help import native data structures and functions from Java code without writing C code. 
com.sun.spot.ota   
 

Uses of Function in com.sun.cldc.jna
 

Subclasses of Function in com.sun.cldc.jna
 class BlockingFunction
          BlockingFunction allows Java code to call C function that block.
 

Methods in com.sun.cldc.jna that return Function
 Function NativeLibrary.getFunction(String funcName)
          Dynamically look up a native function by name.
static Function Function.getFunction(String libraryName, String funcName)
          Dynamically look up a native function by name in the named library.
 

Uses of Function in com.sun.spot.ota
 

Fields in com.sun.spot.ota declared as Function
protected static Function VxWorks.rebootFunction
           
 


2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.