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 4 files:
GIGATMS.UHF.dll
GHIDIO.dll
GHIDIOx64.dll
GIGATMS.UHFBle.dll
GIGATMS.UHF.xml
Steps
Include GIGATMS.UHF.dll and GIGATMS.UHFBle.dll as reference.
Place GIGATMS.UHF.xml in the same folder with GIGATMS.UHF.dll ff you want Intellisense description.
GHIDIO.dll and GHIDIOx64.dll needs to be placed in the same folder of your project's executable file.
You can add these two files to your project (not reference) and set the "Copy to Output Directory" to "Copy if newer" to automate this task.