net.sf.libusb
Class usb_config_descriptor

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

public class usb_config_descriptor
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  usb_config_descriptor()
           
protected usb_config_descriptor(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 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)
           
 
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_config_descriptor

protected usb_config_descriptor(long cPtr,
                                boolean cMemoryOwn)

usb_config_descriptor

public usb_config_descriptor()
Method Detail

getCPtr

protected static long getCPtr(usb_config_descriptor obj)

finalize

protected void finalize()
Overrides:
finalize in class Object

delete

public void delete()

setBLength

public void setBLength(short value)

getBLength

public short getBLength()

setBDescriptorType

public void setBDescriptorType(short value)

getBDescriptorType

public short getBDescriptorType()

setWTotalLength

public void setWTotalLength(int value)

getWTotalLength

public int getWTotalLength()

setBNumInterfaces

public void setBNumInterfaces(short value)

getBNumInterfaces

public short getBNumInterfaces()

setBConfigurationValue

public void setBConfigurationValue(short value)

getBConfigurationValue

public short getBConfigurationValue()

setIConfiguration

public void setIConfiguration(short value)

getIConfiguration

public short getIConfiguration()

setBmAttributes

public void setBmAttributes(short value)

getBmAttributes

public short getBmAttributes()

setMaxPower

public void setMaxPower(short value)

getMaxPower

public short getMaxPower()

set_interface

public void set_interface(usb_interface value)

get_interface

public usb_interface get_interface()

setExtra

public void setExtra(SWIGTYPE_p_unsigned_char value)

getExtra

public SWIGTYPE_p_unsigned_char getExtra()

setExtralen

public void setExtralen(int value)

getExtralen

public int getExtralen()


Copyright © 2013 LSST. All Rights Reserved.