Class ForeignFunctions

java.lang.Object
oshi.ffm.ForeignFunctions
Direct Known Subclasses:
CoreFoundationFunctions, DiskArbitrationFunctions, IOKitFunctions, MacSystemFunctions, WindowsForeignFunctions

public abstract class ForeignFunctions extends Object
  • Field Details

    • LINKER

      protected static final Linker LINKER
    • LIBRARY_ARENA

      protected static final Arena LIBRARY_ARENA
    • SYMBOL_LOOKUP

      protected static final SymbolLookup SYMBOL_LOOKUP
    • CAPTURE_CALL_STATE

      protected static final Linker.Option CAPTURE_CALL_STATE
    • CAPTURED_STATE_LAYOUT

      public static final StructLayout CAPTURED_STATE_LAYOUT
    • ERRNO_HANDLE

      protected static final VarHandle ERRNO_HANDLE
  • Constructor Details

    • ForeignFunctions

      protected ForeignFunctions()
  • Method Details