org.rococoa.cocoa.iokit
Class IOUSBDescriptorHeader

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.iokit.IOUSBDescriptorHeader
Direct Known Subclasses:
IOUSBDescriptorHeader.ByReference, IOUSBDescriptorHeader.ByValue

public class IOUSBDescriptorHeader
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class IOUSBDescriptorHeader.ByReference
           
static class IOUSBDescriptorHeader.ByValue
           
 
Field Summary
 byte bDescriptorType
           
 byte bLength
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
IOUSBDescriptorHeader()
           
IOUSBDescriptorHeader(byte bLength, byte bDescriptorType)
           
 
Method Summary
 IOUSBDescriptorHeader.ByReference byReference()
           
 IOUSBDescriptorHeader.ByValue byValue()
           
 IOUSBDescriptorHeader clone()
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
setupClone
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

bLength

public byte bLength

bDescriptorType

public byte bDescriptorType
Constructor Detail

IOUSBDescriptorHeader

public IOUSBDescriptorHeader()

IOUSBDescriptorHeader

public IOUSBDescriptorHeader(byte bLength,
                             byte bDescriptorType)
Method Detail

byReference

public IOUSBDescriptorHeader.ByReference byReference()

byValue

public IOUSBDescriptorHeader.ByValue byValue()

clone

public IOUSBDescriptorHeader clone()
Overrides:
clone in class Object