java.lang.Object
org.jnetpcap.internal.ForeignUpcall<T>
- Type Parameters:
T
- the generic type
The Class ForeignUpcall.
- Author:
- Sly Technologies Inc, repos@slytechs.com, mark
-
Method Summary
Modifier and TypeMethodDescriptionstaticStubPointer
(Arena arena) Static stub pointer.virtualStubPointer
(T target, Arena arena) Virtual stub pointer.
-
Method Details
-
virtualStubPointer
Virtual stub pointer.- Parameters:
target
- the targetarena
- the arena- Returns:
- the memory segment
-
staticStubPointer
Static stub pointer.- Parameters:
arena
- the arena- Returns:
- the memory segment
-