net.sf.libusb
Class usb_bus
java.lang.Object
net.sf.libusb.usb_bus
public class usb_bus
- extends java.lang.Object
|
Constructor Summary |
|
usb_bus()
|
protected |
usb_bus(long cPtr,
boolean cMemoryOwn)
|
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
swigCMemOwn
protected boolean swigCMemOwn
usb_bus
protected usb_bus(long cPtr,
boolean cMemoryOwn)
usb_bus
public usb_bus()
getCPtr
protected static long getCPtr(usb_bus obj)
finalize
protected void finalize()
- Overrides:
finalize in class java.lang.Object
delete
public void delete()
setNext
public void setNext(usb_bus value)
getNext
public usb_bus getNext()
setPrev
public void setPrev(usb_bus value)
getPrev
public usb_bus getPrev()
setDirname
public void setDirname(java.lang.String value)
getDirname
public java.lang.String getDirname()
setDevices
public void setDevices(usb_device value)
getDevices
public usb_device getDevices()
setLocation
public void setLocation(long value)
getLocation
public long getLocation()
setRoot_dev
public void setRoot_dev(usb_device value)
getRoot_dev
public usb_device getRoot_dev()
Copyright © 2012 LSST. All Rights Reserved.