Skip to main content
Module

x/deno_usbhidapi/mod.ts>HIDInfo

🦕 Deno FFI bindings for the HIDAPI library to access USB devices.
Go to Latest
interface HIDInfo
import { type HIDInfo } from "https://deno.land/x/deno_usbhidapi@v0.2.0/mod.ts";

Properties

path: string
vendorId: number
productId: number
serial: string
release: number
manufacturer: string
product: string
usagePage: number
usage: number
interface: number