Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Import Macro Repair
  1. Does IDTechSDK_STD , does it support Xamarin?
    No. Support for Xamarin requires redirecting communication to Xamarin binding libraries. A special version of IDTechSDK, called IDTechSDK_Xamarin, was built for Xamarin's special communication requirements with IDTech devices, and it is called IDTechSDK_XamarinID TECH devices.
  2. Why does IDTechSDK_Xamarin exists exist if we have IDTechSDK_STD is available?
    IDTechSDK_Xamarin doesn’t use the .Net code of used in IDTechSDK_STD to interface with the IDTech ID TECH devices, instead interfaces with Xamarin-specific binding libraries.
  3. Which SDK should be used for .NET 6 mobile and desktop implementations , use; is it mobile development supported at all?
    Mobile development developers can be accomplished with use the Xamarin solution, which is the IDTechSDK_Xamarin SDK + code examples (.Net Standard 2.0 format).

Desktop implementations can be accomplished with developers can use the IDTechSDK_STD:
.Net 4.6.1 → Windows Forms Desktop Implementation, Windows Console Desktop Implementation
.Net6 → Windows forms, Windows console, UWP, Linux, Mac

...