public class usb_config_descriptor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
usb_config_descriptor() |
protected |
usb_config_descriptor(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
usb_interface |
get_interface() |
short |
getBConfigurationValue() |
short |
getBDescriptorType() |
short |
getBLength() |
short |
getBmAttributes() |
short |
getBNumInterfaces() |
protected static long |
getCPtr(usb_config_descriptor obj) |
SWIGTYPE_p_unsigned_char |
getExtra() |
int |
getExtralen() |
short |
getIConfiguration() |
short |
getMaxPower() |
int |
getWTotalLength() |
void |
set_interface(usb_interface value) |
void |
setBConfigurationValue(short value) |
void |
setBDescriptorType(short value) |
void |
setBLength(short value) |
void |
setBmAttributes(short value) |
void |
setBNumInterfaces(short value) |
void |
setExtra(SWIGTYPE_p_unsigned_char value) |
void |
setExtralen(int value) |
void |
setIConfiguration(short value) |
void |
setMaxPower(short value) |
void |
setWTotalLength(int value) |
protected usb_config_descriptor(long cPtr,
boolean cMemoryOwn)
public usb_config_descriptor()
protected static long getCPtr(usb_config_descriptor obj)
public void delete()
public void setBLength(short value)
public short getBLength()
public void setBDescriptorType(short value)
public short getBDescriptorType()
public void setWTotalLength(int value)
public int getWTotalLength()
public void setBNumInterfaces(short value)
public short getBNumInterfaces()
public void setBConfigurationValue(short value)
public short getBConfigurationValue()
public void setIConfiguration(short value)
public short getIConfiguration()
public void setBmAttributes(short value)
public short getBmAttributes()
public void setMaxPower(short value)
public short getMaxPower()
public void set_interface(usb_interface value)
public usb_interface get_interface()
public void setExtra(SWIGTYPE_p_unsigned_char value)
public SWIGTYPE_p_unsigned_char getExtra()
public void setExtralen(int value)
public int getExtralen()
Copyright © 2014 LSST. All Rights Reserved.