org.rococoa.cocoa.iokit
Class IOUSBDeviceStruct

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

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

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static class IOUSBDeviceStruct.ByReference
           
static class IOUSBDeviceStruct.ByValue
           
static interface IOUSBDeviceStruct.GetDeviceAsyncEventSource_callback
           
static interface IOUSBDeviceStruct.GetDeviceAsyncPort_callback
           
static interface IOUSBDeviceStruct.HRESULT_callback
           
static interface IOUSBDeviceStruct.IOReturn_callback
           
static interface IOUSBDeviceStruct.IOReturn_callback10
           
static interface IOUSBDeviceStruct.IOReturn_callback11
           
static interface IOUSBDeviceStruct.IOReturn_callback12
           
static interface IOUSBDeviceStruct.IOReturn_callback13
           
static interface IOUSBDeviceStruct.IOReturn_callback14
           
static interface IOUSBDeviceStruct.IOReturn_callback15
           
static interface IOUSBDeviceStruct.IOReturn_callback16
           
static interface IOUSBDeviceStruct.IOReturn_callback17
           
static interface IOUSBDeviceStruct.IOReturn_callback18
           
static interface IOUSBDeviceStruct.IOReturn_callback19
           
static interface IOUSBDeviceStruct.IOReturn_callback2
           
static interface IOUSBDeviceStruct.IOReturn_callback20
           
static interface IOUSBDeviceStruct.IOReturn_callback21
           
static interface IOUSBDeviceStruct.IOReturn_callback22
           
static interface IOUSBDeviceStruct.IOReturn_callback23
           
static interface IOUSBDeviceStruct.IOReturn_callback3
           
static interface IOUSBDeviceStruct.IOReturn_callback4
           
static interface IOUSBDeviceStruct.IOReturn_callback5
           
static interface IOUSBDeviceStruct.IOReturn_callback6
           
static interface IOUSBDeviceStruct.IOReturn_callback7
           
static interface IOUSBDeviceStruct.IOReturn_callback8
           
static interface IOUSBDeviceStruct.IOReturn_callback9
           
static interface IOUSBDeviceStruct.ULONG_callback
           
static interface IOUSBDeviceStruct.ULONG_callback2
           
 
Field Summary
 Pointer _reserved
           
 IOUSBDeviceStruct300.GetDeviceAsyncEventSource_callback GetDeviceAsyncEventSource
           
 IOUSBDeviceStruct300.GetDeviceAsyncPort_callback GetDeviceAsyncPort
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
IOUSBDeviceStruct()
           
IOUSBDeviceStruct(Pointer _reserved, IOUSBDeviceStruct300.GetDeviceAsyncEventSource_callback GetDeviceAsyncEventSource, IOUSBDeviceStruct300.GetDeviceAsyncPort_callback GetDeviceAsyncPort)
           
 
Method Summary
 IOUSBDeviceStruct.ByReference byReference()
           
 IOUSBDeviceStruct.ByValue byValue()
           
 IOUSBDeviceStruct 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

_reserved

public Pointer _reserved

GetDeviceAsyncEventSource

public IOUSBDeviceStruct300.GetDeviceAsyncEventSource_callback GetDeviceAsyncEventSource

GetDeviceAsyncPort

public IOUSBDeviceStruct300.GetDeviceAsyncPort_callback GetDeviceAsyncPort
Constructor Detail

IOUSBDeviceStruct

public IOUSBDeviceStruct()

IOUSBDeviceStruct

public IOUSBDeviceStruct(Pointer _reserved,
                         IOUSBDeviceStruct300.GetDeviceAsyncEventSource_callback GetDeviceAsyncEventSource,
                         IOUSBDeviceStruct300.GetDeviceAsyncPort_callback GetDeviceAsyncPort)
Method Detail

byReference

public IOUSBDeviceStruct.ByReference byReference()

byValue

public IOUSBDeviceStruct.ByValue byValue()

clone

public IOUSBDeviceStruct clone()
Overrides:
clone in class Object