|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.intarsys.nativec.jna.JnaNativeFunction
public class JnaNativeFunction
Constructor Summary | |
---|---|
JnaNativeFunction(com.sun.jna.Function function)
|
Method Summary | ||
---|---|---|
protected com.sun.jna.Function |
getFunction()
|
|
|
invoke(java.lang.Class<T> returnType,
java.lang.Object... objects)
Invoke the native function. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JnaNativeFunction(com.sun.jna.Function function)
Method Detail |
---|
protected com.sun.jna.Function getFunction()
public <T> T invoke(java.lang.Class<T> returnType, java.lang.Object... objects)
INativeFunction
invoke
in interface INativeFunction
returnType
- The expected return type.objects
- The arguments to the function
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |