org.rococoa.cocoa.iokit
Class IOHIDDeviceQueueInterface

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

public class IOHIDDeviceQueueInterface
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 IOHIDDeviceQueueInterface.ByReference
           
static class IOHIDDeviceQueueInterface.ByValue
           
static interface IOHIDDeviceQueueInterface.HRESULT_callback
           
static interface IOHIDDeviceQueueInterface.IOReturn_callback
           
static interface IOHIDDeviceQueueInterface.IOReturn_callback10
           
static interface IOHIDDeviceQueueInterface.IOReturn_callback2
           
static interface IOHIDDeviceQueueInterface.IOReturn_callback3
           
static interface IOHIDDeviceQueueInterface.IOReturn_callback4
           
static interface IOHIDDeviceQueueInterface.IOReturn_callback5
           
static interface IOHIDDeviceQueueInterface.IOReturn_callback6
           
static interface IOHIDDeviceQueueInterface.IOReturn_callback7
           
static interface IOHIDDeviceQueueInterface.IOReturn_callback8
           
static interface IOHIDDeviceQueueInterface.IOReturn_callback9
           
static interface IOHIDDeviceQueueInterface.ULONG_callback
           
static interface IOHIDDeviceQueueInterface.ULONG_callback2
           
 
Field Summary
 Pointer _reserved
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
IOHIDDeviceQueueInterface()
           
IOHIDDeviceQueueInterface(Pointer _reserved)
           
 
Method Summary
 IOHIDDeviceQueueInterface.ByReference byReference()
           
 IOHIDDeviceQueueInterface.ByValue byValue()
           
 IOHIDDeviceQueueInterface 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
Constructor Detail

IOHIDDeviceQueueInterface

public IOHIDDeviceQueueInterface()

IOHIDDeviceQueueInterface

public IOHIDDeviceQueueInterface(Pointer _reserved)
Method Detail

byReference

public IOHIDDeviceQueueInterface.ByReference byReference()

byValue

public IOHIDDeviceQueueInterface.ByValue byValue()

clone

public IOHIDDeviceQueueInterface clone()
Overrides:
clone in class Object