Module org.jnetpcap
Package org.jnetpcap.internal
Interface ForeignInitializer.DowncallSupplier<T extends ForeignDowncall<?>>
- Type Parameters:
T
- the generic type
- Enclosing class:
ForeignInitializer<T extends ForeignDowncall<E>,
E extends Throwable>
public static interface ForeignInitializer.DowncallSupplier<T extends ForeignDowncall<?>>
The Interface DowncallSupplier.
-
Method Summary
Modifier and TypeMethodDescriptionnewDowncall
(String symbolName, MemorySegment symbolAddress, MethodHandle handle) New downcall.
-
Method Details
-
newDowncall
New downcall.- Parameters:
symbolName
- the symbol namesymbolAddress
- the symbol addresshandle
- the handle- Returns:
- the t
-