The Class PcapForeignDowncall.
- Author:
- Sly Technologies Inc, repos@slytechs.com, mark
-
Constructor Summary
ConstructorDescriptionPcapForeignDowncall
(String message) Instantiates a new pcap foreign downcall.PcapForeignDowncall
(String symbolName, MemorySegment symbolAddress, MethodHandle handle) Instantiates a new pcap foreign downcall.PcapForeignDowncall
(String message, Throwable cause) Instantiates a new pcap foreign downcall. -
Method Summary
Methods inherited from class org.jnetpcap.internal.ForeignDowncall
address, handle, invokeInt, invokeInt, invokeInt, invokeLong, invokeLong, invokeLong, invokeObj, invokeObj, invokeString, invokeString, invokeVoid, isNativeSymbolResolved, symbolName, toString, validateInt, validateInt, validateLong, validateLong, validateObj
-
Constructor Details
-
PcapForeignDowncall
Instantiates a new pcap foreign downcall.- Parameters:
symbolName
- the symbol namesymbolAddress
- the symbol addresshandle
- the handle
-
PcapForeignDowncall
Instantiates a new pcap foreign downcall.- Parameters:
message
- the message
-
PcapForeignDowncall
-