Safe Haskell | Safe |
---|---|
Language | Haskell98 |
System.HIDAPI
Documentation
withHIDAPI :: IO a -> IO a #
enumerateAll :: IO [DeviceInfo] #
openPath :: DevicePath -> IO Device #
openDeviceInfo :: DeviceInfo -> IO Device #
data HIDAPIException #
Constructors
HIDAPIException String String |
data DeviceInfo #
Constructors
DeviceInfo | |
Fields |
Instances
Show DeviceInfo # | |
Generic DeviceInfo # | |
NFData DeviceInfo # | |
type Rep DeviceInfo # | |
type DevicePath = String #
type ReleaseNumber = Word16 #
type SerialNumber = String #
type InterfaceNumber = Int #