Itp.HidCallControl
2.0.9
dotnet add package Itp.HidCallControl --version 2.0.9
NuGet\Install-Package Itp.HidCallControl -Version 2.0.9
<PackageReference Include="Itp.HidCallControl" Version="2.0.9" />
paket add Itp.HidCallControl --version 2.0.9
#r "nuget: Itp.HidCallControl, 2.0.9"
// Install Itp.HidCallControl as a Cake Addin #addin nuget:?package=Itp.HidCallControl&version=2.0.9 // Install Itp.HidCallControl as a Cake Tool #tool nuget:?package=Itp.HidCallControl&version=2.0.9
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-windows10.0.22621 is compatible. |
-
net8.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.