Click or drag to resize

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

Your project needs to include GIGATMS.UHF.dll and GIGATMS.UHFBle.dll as reference. 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.

Steps

  1. Include GIGATMS.UHF.dll and GIGATMS.UHFBle.dll as reference.

    Reference Dll
  2. Place GIGATMS.UHF.xml in the same folder with GIGATMS.UHF.dll ff you want Intellisense description.

    Xml Doc
  3. GHIDIO.dll and GHIDIOx64.dll needs to be placed in the same folder of your project's executable file.

  4. 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.

    GHIDIO