|
JNA API 3.2.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.FromNativeContext
com.sun.jna.FunctionResultContext
public class FunctionResultContext
Provide result conversion context for a function call.
Constructor Summary | |
---|---|
FunctionResultContext(java.lang.Class resultClass,
Function function,
java.lang.Object[] args)
|
Method Summary | |
---|---|
java.lang.Object[] |
getArguments()
Get the arguments used in this function call. |
Function |
getFunction()
Get the function that was invoked. |
Methods inherited from class com.sun.jna.FromNativeContext |
---|
getTargetType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
FunctionResultContext(java.lang.Class resultClass, Function function, java.lang.Object[] args)
Method Detail |
---|
public Function getFunction()
public java.lang.Object[] getArguments()
|
JNA API 3.2.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |