net.sf.libusb
Class usb_device

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

public class usb_device
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  usb_device()
           
protected usb_device(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
 usb_bus getBus()
           
 SWIGTYPE_p_p_usb_device getChildren()
           
 usb_config_descriptor getConfig()
           
protected static long getCPtr(usb_device obj)
           
 usb_device_descriptor getDescriptor()
           
 SWIGTYPE_p_void getDev()
           
 short getDevnum()
           
 String getFilename()
           
 usb_device getNext()
           
 short getNum_children()
           
 usb_device getPrev()
           
 void setBus(usb_bus value)
           
 void setChildren(SWIGTYPE_p_p_usb_device value)
           
 void setConfig(usb_config_descriptor value)
           
 void setDescriptor(usb_device_descriptor value)
           
 void setDev(SWIGTYPE_p_void value)
           
 void setDevnum(short value)
           
 void setFilename(String value)
           
 void setNext(usb_device value)
           
 void setNum_children(short value)
           
 void setPrev(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_device

protected usb_device(long cPtr,
                     boolean cMemoryOwn)

usb_device

public usb_device()
Method Detail

getCPtr

protected static long getCPtr(usb_device obj)

finalize

protected void finalize()
Overrides:
finalize in class Object

delete

public void delete()

setNext

public void setNext(usb_device value)

getNext

public usb_device getNext()

setPrev

public void setPrev(usb_device value)

getPrev

public usb_device getPrev()

setFilename

public void setFilename(String value)

getFilename

public String getFilename()

setBus

public void setBus(usb_bus value)

getBus

public usb_bus getBus()

setDescriptor

public void setDescriptor(usb_device_descriptor value)

getDescriptor

public usb_device_descriptor getDescriptor()

setConfig

public void setConfig(usb_config_descriptor value)

getConfig

public usb_config_descriptor getConfig()

setDev

public void setDev(SWIGTYPE_p_void value)

getDev

public SWIGTYPE_p_void getDev()

setDevnum

public void setDevnum(short value)

getDevnum

public short getDevnum()

setNum_children

public void setNum_children(short value)

getNum_children

public short getNum_children()

setChildren

public void setChildren(SWIGTYPE_p_p_usb_device value)

getChildren

public SWIGTYPE_p_p_usb_device getChildren()


Copyright © 2013 LSST. All Rights Reserved.