Package leechcore


package leechcore
  • Class
    Description
    The main LeechCore implementation for Java.
    LeechCore for Java requires JNA - https://github.com/java-native-access/jna which must be on the classpath.
    Check out the example code to get started! https://github.com/ufrisk/LeechCore/
    LeechCore PCIe BAR Callback Interface
    Check out the example code to get started! https://github.com/ufrisk/LeechCore/
    LeechCore PCIe BAR Context Interface
    The BAR callback is disabled when this interface is closed / cleaned up.
    LeechCore PCIe BAR Read Reply Interface
    Check out the example code to get started! https://github.com/ufrisk/LeechCore/
    LeechCore PCIe TLP Callback Interface
    Check out the example code to get started! https://github.com/ufrisk/LeechCore/
    LeechCore PCIe TLP Context Interface
    The TLP callback is disabled when this interface is closed / cleaned up.
    Runtime Exception used to indicate exceptions from the underlying native API.