net.sf.libusb
Class usb_bus

java.lang.Object
  extended by net.sf.libusb.usb_bus

public class usb_bus
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  usb_bus()
           
protected usb_bus(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(usb_bus obj)
           
 usb_device getDevices()
           
 String getDirname()
           
 long getLocation()
           
 usb_bus getNext()
           
 usb_bus getPrev()
           
 usb_device getRoot_dev()
           
 void setDevices(usb_device value)
           
 void setDirname(String value)
           
 void setLocation(long value)
           
 void setNext(usb_bus value)
           
 void setPrev(usb_bus value)
           
 void setRoot_dev(usb_device value)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

usb_bus

protected usb_bus(long cPtr,
                  boolean cMemoryOwn)

usb_bus

public usb_bus()
Method Detail

getCPtr

protected static long getCPtr(usb_bus obj)

finalize

protected void finalize()
Overrides:
finalize in class 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(String value)

getDirname

public 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.