Reference SDK |
The GIGA-TMS UHF SDK is a .NET library for Windows, which implements all the needed functions for your application to set up and process the GIGA-TMS UHF reader. UHF SDK has following files:
GIGATMS.UHF.dll
GHIDIO.dll
GHIDIOx64.dll
GIGATMS.UHFBle.dll
GIGATMS.UHF.xml
Follow below steps to set up these files to your project.
Include GIGATMS.UHF.dll as reference.
[Optional] Enable Intellisense description of SDK:
Place GIGATMS.UHF.xml in the same folder with GIGATMS.UHF.dll.
[Optional] Activate BLE feature:
Place GIGATMS.UHFBle.dll in the same folder with your project's executable file.
NOTE that GIGATMS.UHFBle.dll is developed by UWP(Universal Windows Platform), which means that your program MUST run on Windows 10 or later versions.
[Optional] Activate HID feature:
Place GHIDIO.dll and GHIDIOx64.dll in the same folder of your project's executable file.
You can add these files to your project (not reference) and set the "Copy to Output Directory" to "Copy if newer" to automate this task.