public final class DeviceHandle extends Object
LibUsb.open(Device, DeviceHandle)
.
A device handle is used to perform I/O and other operations. When finished
with a device handle, you should call LibUsb.close(DeviceHandle)
.Constructor and Description |
---|
DeviceHandle()
Constructs a new device handle.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
long |
getPointer()
Returns the native pointer to the device handle structure.
|
int |
hashCode() |
String |
toString() |
public DeviceHandle()
LibUsb.open(Device, DeviceHandle)
before passing it to any
other method.Copyright © 2011–2018 usb4java Team. All rights reserved.