Package | Description |
---|---|
org.bridj |
Modifier and Type | Method and Description |
---|---|
static <R> Pointer<DynamicFunction<R>> |
Pointer.allocateDynamicCallback(DynamicCallback<R> callback,
Convention.Style callingConvention,
Type returnType,
Type... parameterTypes)
Create a native callback which signature corresponds to the provided calling convention, return type and parameter types, and which redirects calls to the provided Java
DynamicCallback handler. |
Copyright © 2009-2020. All Rights Reserved.