2010 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()

2010 FRC Java API


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