org.rococoa.cocoa.iokit
Class IOUPSPlugInInterface_v140

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

public class IOUPSPlugInInterface_v140
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 IOUPSPlugInInterface_v140.ByReference
           
static class IOUPSPlugInInterface_v140.ByValue
           
static interface IOUPSPlugInInterface_v140.createAsyncEventSource_callback
           
static interface IOUPSPlugInInterface_v140.getCapabilities_callback
           
static interface IOUPSPlugInInterface_v140.getEvent_callback
           
static interface IOUPSPlugInInterface_v140.getProperties_callback
           
static interface IOUPSPlugInInterface_v140.HRESULT_callback
           
static interface IOUPSPlugInInterface_v140.sendCommand_callback
           
static interface IOUPSPlugInInterface_v140.setEventCallback_callback
           
static interface IOUPSPlugInInterface_v140.ULONG_callback
           
static interface IOUPSPlugInInterface_v140.ULONG_callback2
           
 
Field Summary
 Pointer _reserved
           
 IOUPSPlugInInterface_v140.createAsyncEventSource_callback createAsyncEventSource
           
 IOUPSPlugInInterface_v140.getCapabilities_callback getCapabilities
           
 IOUPSPlugInInterface_v140.getEvent_callback getEvent
           
 IOUPSPlugInInterface_v140.getProperties_callback getProperties
           
 IOUPSPlugInInterface_v140.sendCommand_callback sendCommand
           
 IOUPSPlugInInterface_v140.setEventCallback_callback setEventCallback
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
IOUPSPlugInInterface_v140()
           
IOUPSPlugInInterface_v140(Pointer _reserved, IOUPSPlugInInterface_v140.getProperties_callback getProperties, IOUPSPlugInInterface_v140.getCapabilities_callback getCapabilities, IOUPSPlugInInterface_v140.getEvent_callback getEvent, IOUPSPlugInInterface_v140.setEventCallback_callback setEventCallback, IOUPSPlugInInterface_v140.sendCommand_callback sendCommand, IOUPSPlugInInterface_v140.createAsyncEventSource_callback createAsyncEventSource)
           
 
Method Summary
 IOUPSPlugInInterface_v140.ByReference byReference()
           
 IOUPSPlugInInterface_v140.ByValue byValue()
           
 IOUPSPlugInInterface_v140 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

getProperties

public IOUPSPlugInInterface_v140.getProperties_callback getProperties

getCapabilities

public IOUPSPlugInInterface_v140.getCapabilities_callback getCapabilities

getEvent

public IOUPSPlugInInterface_v140.getEvent_callback getEvent

setEventCallback

public IOUPSPlugInInterface_v140.setEventCallback_callback setEventCallback

sendCommand

public IOUPSPlugInInterface_v140.sendCommand_callback sendCommand

createAsyncEventSource

public IOUPSPlugInInterface_v140.createAsyncEventSource_callback createAsyncEventSource
Constructor Detail

IOUPSPlugInInterface_v140

public IOUPSPlugInInterface_v140()

IOUPSPlugInInterface_v140

public IOUPSPlugInInterface_v140(Pointer _reserved,
                                 IOUPSPlugInInterface_v140.getProperties_callback getProperties,
                                 IOUPSPlugInInterface_v140.getCapabilities_callback getCapabilities,
                                 IOUPSPlugInInterface_v140.getEvent_callback getEvent,
                                 IOUPSPlugInInterface_v140.setEventCallback_callback setEventCallback,
                                 IOUPSPlugInInterface_v140.sendCommand_callback sendCommand,
                                 IOUPSPlugInInterface_v140.createAsyncEventSource_callback createAsyncEventSource)
Method Detail

byReference

public IOUPSPlugInInterface_v140.ByReference byReference()

byValue

public IOUPSPlugInInterface_v140.ByValue byValue()

clone

public IOUPSPlugInInterface_v140 clone()
Overrides:
clone in class Object