Modifier and Type | Method and Description |
---|---|
static Device |
Device.getDuplicate(Context ctx,
int vid,
int pid,
int nofDuplicate) |
Device |
Device.getParent()
get parent Device, only valid as long as device list is not freed in native code with libusb_free_device_list!
|
static Device |
Device.open(Context ctx,
int vid,
int pid)
open device with following parameters
|
static Device |
Device.search(Context ctx,
int vid,
int pid)
search a desired device, this has limitations, if you have more
than one device with the same vid, pid you get just the first in the list
|