org.rococoa.cocoa.iokit
Class IOUSBDeviceStruct300

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

public class IOUSBDeviceStruct300
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 IOUSBDeviceStruct300.ByReference
           
static class IOUSBDeviceStruct300.ByValue
           
static interface IOUSBDeviceStruct300.GetDeviceAsyncEventSource_callback
           
static interface IOUSBDeviceStruct300.GetDeviceAsyncPort_callback
           
static interface IOUSBDeviceStruct300.HRESULT_callback
           
static interface IOUSBDeviceStruct300.IOReturn_callback
           
static interface IOUSBDeviceStruct300.IOReturn_callback10
           
static interface IOUSBDeviceStruct300.IOReturn_callback11
           
static interface IOUSBDeviceStruct300.IOReturn_callback12
           
static interface IOUSBDeviceStruct300.IOReturn_callback13
           
static interface IOUSBDeviceStruct300.IOReturn_callback14
           
static interface IOUSBDeviceStruct300.IOReturn_callback15
           
static interface IOUSBDeviceStruct300.IOReturn_callback16
           
static interface IOUSBDeviceStruct300.IOReturn_callback17
           
static interface IOUSBDeviceStruct300.IOReturn_callback18
           
static interface IOUSBDeviceStruct300.IOReturn_callback19
           
static interface IOUSBDeviceStruct300.IOReturn_callback2
           
static interface IOUSBDeviceStruct300.IOReturn_callback20
           
static interface IOUSBDeviceStruct300.IOReturn_callback21
           
static interface IOUSBDeviceStruct300.IOReturn_callback22
           
static interface IOUSBDeviceStruct300.IOReturn_callback23
           
static interface IOUSBDeviceStruct300.IOReturn_callback24
           
static interface IOUSBDeviceStruct300.IOReturn_callback25
           
static interface IOUSBDeviceStruct300.IOReturn_callback26
           
static interface IOUSBDeviceStruct300.IOReturn_callback27
           
static interface IOUSBDeviceStruct300.IOReturn_callback28
           
static interface IOUSBDeviceStruct300.IOReturn_callback29
           
static interface IOUSBDeviceStruct300.IOReturn_callback3
           
static interface IOUSBDeviceStruct300.IOReturn_callback30
           
static interface IOUSBDeviceStruct300.IOReturn_callback31
           
static interface IOUSBDeviceStruct300.IOReturn_callback32
           
static interface IOUSBDeviceStruct300.IOReturn_callback33
           
static interface IOUSBDeviceStruct300.IOReturn_callback34
           
static interface IOUSBDeviceStruct300.IOReturn_callback35
           
static interface IOUSBDeviceStruct300.IOReturn_callback4
           
static interface IOUSBDeviceStruct300.IOReturn_callback5
           
static interface IOUSBDeviceStruct300.IOReturn_callback6
           
static interface IOUSBDeviceStruct300.IOReturn_callback7
           
static interface IOUSBDeviceStruct300.IOReturn_callback8
           
static interface IOUSBDeviceStruct300.IOReturn_callback9
           
static interface IOUSBDeviceStruct300.ULONG_callback
           
static interface IOUSBDeviceStruct300.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
IOUSBDeviceStruct300()
           
IOUSBDeviceStruct300(Pointer _reserved, IOUSBDeviceStruct300.GetDeviceAsyncEventSource_callback GetDeviceAsyncEventSource, IOUSBDeviceStruct300.GetDeviceAsyncPort_callback GetDeviceAsyncPort)
           
 
Method Summary
 IOUSBDeviceStruct300.ByReference byReference()
           
 IOUSBDeviceStruct300.ByValue byValue()
           
 IOUSBDeviceStruct300 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

IOUSBDeviceStruct300

public IOUSBDeviceStruct300()

IOUSBDeviceStruct300

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

byReference

public IOUSBDeviceStruct300.ByReference byReference()

byValue

public IOUSBDeviceStruct300.ByValue byValue()

clone

public IOUSBDeviceStruct300 clone()
Overrides:
clone in class Object