public class usb_device extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
usb_device() |
protected |
usb_device(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected usb_device(long cPtr,
boolean cMemoryOwn)
public usb_device()
protected static long getCPtr(usb_device obj)
public void delete()
public void setNext(usb_device value)
public usb_device getNext()
public void setPrev(usb_device value)
public usb_device getPrev()
public void setFilename(String value)
public String getFilename()
public void setBus(usb_bus value)
public usb_bus getBus()
public void setDescriptor(usb_device_descriptor value)
public usb_device_descriptor getDescriptor()
public void setConfig(usb_config_descriptor value)
public usb_config_descriptor getConfig()
public void setDev(SWIGTYPE_p_void value)
public SWIGTYPE_p_void getDev()
public void setDevnum(short value)
public short getDevnum()
public void setNum_children(short value)
public short getNum_children()
public void setChildren(SWIGTYPE_p_p_usb_device value)
public SWIGTYPE_p_p_usb_device getChildren()
Copyright © 2014 LSST. All Rights Reserved.