C# SDK¶
It can be download from: https://drive.google.com/file/d/1gI83psFiRXNQ82Dr1tb02OOZh5bf94Am/view
Examples¶
Each sensor and source callback have it own function, which shows how the data is handled and how to get readable data out.
Implementation¶
This is the .DLL that is needed for own application to run:
AmfiProt_Amfitrack.dll This is the AMFITRACK specific package handler.
lib_AmfiProt_SW.dll This is the Amfiprot specific package handler, where config and name of device is handled.
lib_Connections.dll This is the part for connect/disconnect from devices, and transmitting. This is handled by the SDK it self, no need to call these functions.
lib_Connections_Win.dll This is the part that handle USB connection in windows. This is handled by the SDK it self, no need to call these functions.
hidapi32.dll USB HID api, used by the SDK, no need to handle.
hidapi64.dll USB HID api, used by the SDK, no need to handle.
HidApiAdapter.dll USB HID api, used by the SDK, no need to handle.
Release notes¶
TODO: External site with release notes