net.sf.libusb
Class usb_device
java.lang.Object
net.sf.libusb.usb_device
public class usb_device
- extends Object
swigCMemOwn
protected boolean swigCMemOwn
usb_device
protected usb_device(long cPtr,
boolean cMemoryOwn)
usb_device
public usb_device()
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 © 2012 LSST. All Rights Reserved.