[][src]Module hid_io::device

communication with hidapi compatable devices

Modules

debug
hidusb

Handles hidapi devices (libusb/rawhid)

Structs

HIDIOController

A R/W channel for a single endpoint

HIDIOEndpoint

A raw transport plus any associated metadata

HIDIOMailbox

The userspace end of the HIDIO message system

HIDIOMailer

The main HIDIOMessage passer

HIDIOMessage

A single message and its recipient or source

HIDIOQueue

The userspace end of a HIDIOController

Traits

HIDIOTransport

A duplex stream for HIDIO to communicate over

Functions

initialize

Module initialization