libusb Developers Guide | ||
---|---|---|
<<< Previous | Next >>> |
usb_open is to be used to open up a device for use. usb_open must be called before attempting to perform any operations to the device. Returns a handle used in future communication with the device.
<<< Previous | Home | Next >>> |
Device operations | Up | usb_close |