PST SDK  5.2.0.0-0eac0f6
Using C#

The PST SDK offers C# bindings for accessing data from a PST Tracker and adjusting settings on a PST Tracker. These bindings are a wrapper around the PST SDK C API, which in turn wraps around the native PST SDK C++ API. Supported PST trackers are the PST Iris and PST Base, PST Iris HD and PST Base HD and the PST Pico. Instantiating the PST SDK Tracker object provides full control over a PST server instance. This enables management and control of a PST Tracker without the need for the separate PST Server application or PST Interface Service.

Requirements

The PST SDK is implemented using .NET standard 2.0 version. It will run on any .NET implementation (ex: .NET Core, .NET Framework) that supports .NET Standard 2.0.

  • Windows 7 or higher
  • Visual Studio 2015 runtime or higher
  • .Net Core 2.0 or higher
  • .NET 5.0
  • .NET Framework 4.6.1 or higher
  • C# 7.3

Topics