net.sf.libusb
Class usb_string_descriptor

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

public class usb_string_descriptor
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  usb_string_descriptor()
           
protected usb_string_descriptor(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
 short getBDescriptorType()
           
 short getBLength()
           
protected static long getCPtr(usb_string_descriptor obj)
           
 SWIGTYPE_p_unsigned_short getWData()
           
 void setBDescriptorType(short value)
           
 void setBLength(short value)
           
 void setWData(SWIGTYPE_p_unsigned_short 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_string_descriptor

protected usb_string_descriptor(long cPtr,
                                boolean cMemoryOwn)

usb_string_descriptor

public usb_string_descriptor()
Method Detail

getCPtr

protected static long getCPtr(usb_string_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()

setWData

public void setWData(SWIGTYPE_p_unsigned_short value)

getWData

public SWIGTYPE_p_unsigned_short getWData()


Copyright © 2013 LSST. All Rights Reserved.