"

2013 FRC Java API

"

com.sun.cldc.jna
Interface Includes


public interface Includes

NOT YET IMPLEMENTED The Includes annotation can be applied to the top-level interface declarations in a JNA Library declaration to indicate the C include files that contain the relevent #defines and structure definitions for that library Example: @Includes( "", "", "") public interface LibC extends LibraryImport { ... }


Method Summary
 String[] value()
           
 

Method Detail

value

String[] value()

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"