Itp.HidCallControl 2.0.7

dotnet add package Itp.HidCallControl --version 2.0.7
NuGet\Install-Package Itp.HidCallControl -Version 2.0.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Itp.HidCallControl" Version="2.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Itp.HidCallControl --version 2.0.7
#r "nuget: Itp.HidCallControl, 2.0.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Itp.HidCallControl as a Cake Addin
#addin nuget:?package=Itp.HidCallControl&version=2.0.7

// Install Itp.HidCallControl as a Cake Tool
#tool nuget:?package=Itp.HidCallControl&version=2.0.7

ITP HID Call Control API

User-mode HID API permitting USB HID keypads, headsets, and handsets from Windows Desktop applications. Does not depend upon "companion software" to read keypresses.

API Monitors for USB devices being connected and disconnected, and aggregates them in real time. When no event handler is connected to TelephonyControlCollection.KeyPressed, the device is disconnected.

Example use:

var dev = new TelephonyControlCollection(new DispatcherSynchronizationContext());
dev.KeyPressed += (_, e) => Console.WriteLine(e.Key);
dev.UnhandledException += (_, ex) => Debug.WriteLine(ex);

Device Support

Any device which exposes the Telephony HID page should be compatible. All input reports for single-bit inputs (push buttons) are passed on to app.

Tested devices:

  • Gigaset ION (DECT Wireless Handset)
  • Poly/Plantronics C3200 (USB Headset)
Product Compatible and additional computed target framework versions.
.NET net7.0-windows10.0.22621 is compatible.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0-windows10.0.22621

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.7 120 8/23/2023
2.0.6 120 5/16/2023