public class usb_bus extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
usb_bus() |
protected |
usb_bus(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected usb_bus(long cPtr,
boolean cMemoryOwn)
public usb_bus()
protected static long getCPtr(usb_bus obj)
public void delete()
public void setNext(usb_bus value)
public usb_bus getNext()
public void setPrev(usb_bus value)
public usb_bus getPrev()
public void setDirname(String value)
public String getDirname()
public void setDevices(usb_device value)
public usb_device getDevices()
public void setLocation(long value)
public long getLocation()
public void setRoot_dev(usb_device value)
public usb_device getRoot_dev()
Copyright © 2014 LSST. All Rights Reserved.