bindings-libusb-1.4.5.0: Low level bindings to libusb.

Safe HaskellSafe-Inferred

Bindings.Libusb.Descriptors

Description

Documentation

c'LIBUSB_DT_HID :: Num a => aSource

c'LIBUSB_DT_HUB :: Num a => aSource

c'libusb_get_string_descriptor_ascii :: Ptr C'libusb_device_handle -> Word8 -> Ptr CUChar -> CInt -> IO CIntSource

p'libusb_get_string_descriptor_ascii :: FunPtr (Ptr C'libusb_device_handle -> Word8 -> Ptr CUChar -> CInt -> IO CInt)Source

c'libusb_get_descriptor :: Ptr C'libusb_device_handle -> Word8 -> Word8 -> Ptr CUChar -> CInt -> IO CIntSource

c'libusb_get_string_descriptor :: Ptr C'libusb_device_handle -> Word8 -> Word16 -> Ptr CUChar -> CInt -> IO CIntSource