最終更新:2017-05-30 (火) 18:06:42 (2523d)  

libusb-0.1/関数
Top / libusb-0.1 / 関数

一覧

Core

Device operations

  • usb_open - Opens a USB device
  • usb_close - Closes a USB device
  • usb_set_configuration - Sets the active configuration of a device
  • usb_set_altinterface? - Sets the active alternate setting of the current interface
  • usb_resetep? - Resets state for an endpoint
  • usb_clear_halt? - Clears any halt status on an endpoint
  • usb_reset? - Resets a device
  • usb_claim_interface - Claim an interface of a device
  • usb_release_interface - Releases a previously claimed interface

Control Transfers

  • usb_control_msg - Send a control message to a device
  • usb_get_string - Retrieves a string descriptor from a device
  • usb_get_string_simple? - Retrieves a string descriptor from a device using the first language
  • usb_get_descriptor - Retrieves a descriptor from a device's default control pipe
  • usb_get_descriptor_by_endpoint? - Retrieves a descriptor from a device

Bulk Transfers

  • usb_bulk_write? - Write data to a bulk endpoint
  • usb_bulk_read? - Read data from a bulk endpoint

Interrupt Transfers

  • usb_interrupt_write? - Write data to an interrupt endpoint
  • usb_interrupt_read - Read data from a interrupt endpoint

Non Portable