org.rococoa.cocoa.iokit
Class IOUSBInterfaceDescriptor

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

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


Nested Class Summary
static class IOUSBInterfaceDescriptor.ByReference
           
static class IOUSBInterfaceDescriptor.ByValue
           
 
Field Summary
 byte bAlternateSetting
           
 byte bDescriptorType
           
 byte bInterfaceClass
           
 byte bInterfaceNumber
           
 byte bInterfaceProtocol
           
 byte bInterfaceSubClass
           
 byte bLength
           
 byte bNumEndpoints
           
 byte iInterface
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
IOUSBInterfaceDescriptor()
           
IOUSBInterfaceDescriptor(byte bLength, byte bDescriptorType, byte bInterfaceNumber, byte bAlternateSetting, byte bNumEndpoints, byte bInterfaceClass, byte bInterfaceSubClass, byte bInterfaceProtocol, byte iInterface)
           
 
Method Summary
 IOUSBInterfaceDescriptor.ByReference byReference()
           
 IOUSBInterfaceDescriptor.ByValue byValue()
           
 IOUSBInterfaceDescriptor 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

bInterfaceNumber

public byte bInterfaceNumber

bAlternateSetting

public byte bAlternateSetting

bNumEndpoints

public byte bNumEndpoints

bInterfaceClass

public byte bInterfaceClass

bInterfaceSubClass

public byte bInterfaceSubClass

bInterfaceProtocol

public byte bInterfaceProtocol

iInterface

public byte iInterface
Constructor Detail

IOUSBInterfaceDescriptor

public IOUSBInterfaceDescriptor()

IOUSBInterfaceDescriptor

public IOUSBInterfaceDescriptor(byte bLength,
                                byte bDescriptorType,
                                byte bInterfaceNumber,
                                byte bAlternateSetting,
                                byte bNumEndpoints,
                                byte bInterfaceClass,
                                byte bInterfaceSubClass,
                                byte bInterfaceProtocol,
                                byte iInterface)
Method Detail

byReference

public IOUSBInterfaceDescriptor.ByReference byReference()

byValue

public IOUSBInterfaceDescriptor.ByValue byValue()

clone

public IOUSBInterfaceDescriptor clone()
Overrides:
clone in class Object