Skip to main content
Module

x/deno_usbhidapi/mod.ts>hid.readTimeout

🦕 Deno FFI bindings for the HIDAPI library to access USB devices.
Go to Latest
variable hid.readTimeout
import { hid } from "https://deno.land/x/deno_usbhidapi@v0.3.3/mod.ts";
const { readTimeout } = hid;

type

(
device: bigint,
length: number,
ms: number,
) => Uint8Array | null