Package de.intarsys.nativec.api
Interface INativeFunction
-
- All Known Implementing Classes:
JnaNativeFunction
public interface INativeFunctionThe representation of a native function.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Tinvoke(java.lang.Class<T> returnType, java.lang.Object... objects)Invoke the native function.
-