Package leechcore
Interface ILeechCoreTlpCallback
public interface ILeechCoreTlpCallback
LeechCore PCIe TLP Callback Interface
Check out the example code to get started! https://github.com/ufrisk/LeechCore/
Check out the example code to get started! https://github.com/ufrisk/LeechCore/
- Author:
- Ulf Frisk - pcileech@frizk.net
-
Method Summary
Modifier and TypeMethodDescriptionvoid
LeechCoreTlpCallback
(ILeechCore lc, byte[] tlpData, String tlpInfo) LeechCore TLP callback function.
-
Method Details
-
LeechCoreTlpCallback
LeechCore TLP callback function. This function will be called when a PCIe TLP arrives. Optionally write back a response TLP via LeechCore.- Parameters:
lc
-tlpData
-tlpInfo
-
-