- java.lang.Object
-
- de.ibapl.jnhw.common.memory.NativeFunctionPointer
-
- de.ibapl.jnhw.common.nativepointer.FunctionPtr_IJ_V
-
- de.ibapl.jnhw.common.nativecall.CallNative_IJ_V
-
public class CallNative_IJ_V extends FunctionPtr_IJ_V
Call a native function pointer.- Author:
- aploese
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.ibapl.jnhw.common.memory.NativeFunctionPointer
NativeFunctionPointer.Producer<A extends NativeFunctionPointer>
-
-
Field Summary
-
Fields inherited from class de.ibapl.jnhw.common.memory.NativeFunctionPointer
nativeAddress
-
-
Constructor Summary
Constructors Constructor Description CallNative_IJ_V(NativeAddressHolder src)CallNative_IJ_V(NativeFunctionPointer src)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcall(long value)this will call into the native code.static CallNative_IJ_Vwrap(NativeAddressHolder src)static CallNative_IJ_Vwrap(NativeFunctionPointer src)-
Methods inherited from class de.ibapl.jnhw.common.memory.NativeFunctionPointer
equals, hashCode, isSameAddress, nativeToString, toNativeAddressHolder, toString, toUintptr_t, toUintptr_tOrNULL
-
-
-
-
Constructor Detail
-
CallNative_IJ_V
public CallNative_IJ_V(NativeFunctionPointer src)
-
CallNative_IJ_V
public CallNative_IJ_V(NativeAddressHolder src)
-
-
Method Detail
-
wrap
public static CallNative_IJ_V wrap(NativeFunctionPointer src)
-
wrap
public static CallNative_IJ_V wrap(NativeAddressHolder src)
-
call
public final void call(long value)
this will call into the native code.- Parameters:
value-
-
-