org.rococoa.cocoa.iokit
Class IOFireWireLibVectorCommandInterface_t

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

public class IOFireWireLibVectorCommandInterface_t
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 interface IOFireWireLibVectorCommandInterface_t.AddCommand_callback
           
static class IOFireWireLibVectorCommandInterface_t.ByReference
           
static class IOFireWireLibVectorCommandInterface_t.ByValue
           
static interface IOFireWireLibVectorCommandInterface_t.EnsureCapacity_callback
           
static interface IOFireWireLibVectorCommandInterface_t.GetCommandAtIndex_callback
           
static interface IOFireWireLibVectorCommandInterface_t.GetCommandCount_callback
           
static interface IOFireWireLibVectorCommandInterface_t.GetFlags_callback
           
static interface IOFireWireLibVectorCommandInterface_t.GetIndexOfCommand_callback
           
static interface IOFireWireLibVectorCommandInterface_t.GetRefCon_callback
           
static interface IOFireWireLibVectorCommandInterface_t.HRESULT_callback
           
static interface IOFireWireLibVectorCommandInterface_t.InsertCommandAtIndex_callback
           
static interface IOFireWireLibVectorCommandInterface_t.IsExecuting_callback
           
static interface IOFireWireLibVectorCommandInterface_t.RemoveAllCommands_callback
           
static interface IOFireWireLibVectorCommandInterface_t.RemoveCommand_callback
           
static interface IOFireWireLibVectorCommandInterface_t.RemoveCommandAtIndex_callback
           
static interface IOFireWireLibVectorCommandInterface_t.SetCallback_callback
           
static interface IOFireWireLibVectorCommandInterface_t.SetFlags_callback
           
static interface IOFireWireLibVectorCommandInterface_t.SetRefCon_callback
           
static interface IOFireWireLibVectorCommandInterface_t.Submit_callback
           
static interface IOFireWireLibVectorCommandInterface_t.SubmitWithRefconAndCallback_callback
           
static interface IOFireWireLibVectorCommandInterface_t.ULONG_callback
           
static interface IOFireWireLibVectorCommandInterface_t.ULONG_callback2
           
 
Field Summary
 Pointer _reserved
           
 IOFireWireLibVectorCommandInterface_t.AddCommand_callback AddCommand
           
 IOFireWireLibVectorCommandInterface_t.EnsureCapacity_callback EnsureCapacity
           
 IOFireWireLibVectorCommandInterface_t.GetCommandAtIndex_callback GetCommandAtIndex
           
 IOFireWireLibVectorCommandInterface_t.GetCommandCount_callback GetCommandCount
           
 IOFWAsyncStreamListenerInterface_t.GetFlags_callback GetFlags
           
 IOFireWireLibVectorCommandInterface_t.GetIndexOfCommand_callback GetIndexOfCommand
           
 IOFWAsyncStreamListenerInterface_t.GetRefCon_callback GetRefCon
           
 IOFireWireLibVectorCommandInterface_t.InsertCommandAtIndex_callback InsertCommandAtIndex
           
 IOFireWireLibVectorCommandInterface_t.IsExecuting_callback IsExecuting
           
 IOFireWireLibVectorCommandInterface_t.RemoveAllCommands_callback RemoveAllCommands
           
 IOFireWireLibVectorCommandInterface_t.RemoveCommand_callback RemoveCommand
           
 IOFireWireLibVectorCommandInterface_t.RemoveCommandAtIndex_callback RemoveCommandAtIndex
           
 int revision
           
 IOFireWireLibVectorCommandInterface_t.SetCallback_callback SetCallback
           
 IOFWAsyncStreamListenerInterface_t.SetFlags_callback SetFlags
           
 IOFireWireIsochChannelInterface_t.SetRefCon_callback SetRefCon
           
 IOFireWireLibVectorCommandInterface_t.Submit_callback Submit
           
 IOFireWireLibVectorCommandInterface_t.SubmitWithRefconAndCallback_callback SubmitWithRefconAndCallback
           
 int version
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
IOFireWireLibVectorCommandInterface_t()
           
 
Method Summary
 IOFireWireLibVectorCommandInterface_t.ByReference byReference()
           
 IOFireWireLibVectorCommandInterface_t.ByValue byValue()
           
 IOFireWireLibVectorCommandInterface_t 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

version

public int version

revision

public int revision

Submit

public IOFireWireLibVectorCommandInterface_t.Submit_callback Submit

SubmitWithRefconAndCallback

public IOFireWireLibVectorCommandInterface_t.SubmitWithRefconAndCallback_callback SubmitWithRefconAndCallback

IsExecuting

public IOFireWireLibVectorCommandInterface_t.IsExecuting_callback IsExecuting

SetCallback

public IOFireWireLibVectorCommandInterface_t.SetCallback_callback SetCallback

SetRefCon

public IOFireWireIsochChannelInterface_t.SetRefCon_callback SetRefCon

GetRefCon

public IOFWAsyncStreamListenerInterface_t.GetRefCon_callback GetRefCon

SetFlags

public IOFWAsyncStreamListenerInterface_t.SetFlags_callback SetFlags

GetFlags

public IOFWAsyncStreamListenerInterface_t.GetFlags_callback GetFlags

EnsureCapacity

public IOFireWireLibVectorCommandInterface_t.EnsureCapacity_callback EnsureCapacity

AddCommand

public IOFireWireLibVectorCommandInterface_t.AddCommand_callback AddCommand

RemoveCommand

public IOFireWireLibVectorCommandInterface_t.RemoveCommand_callback RemoveCommand

InsertCommandAtIndex

public IOFireWireLibVectorCommandInterface_t.InsertCommandAtIndex_callback InsertCommandAtIndex

GetCommandAtIndex

public IOFireWireLibVectorCommandInterface_t.GetCommandAtIndex_callback GetCommandAtIndex

GetIndexOfCommand

public IOFireWireLibVectorCommandInterface_t.GetIndexOfCommand_callback GetIndexOfCommand

RemoveCommandAtIndex

public IOFireWireLibVectorCommandInterface_t.RemoveCommandAtIndex_callback RemoveCommandAtIndex

RemoveAllCommands

public IOFireWireLibVectorCommandInterface_t.RemoveAllCommands_callback RemoveAllCommands

GetCommandCount

public IOFireWireLibVectorCommandInterface_t.GetCommandCount_callback GetCommandCount
Constructor Detail

IOFireWireLibVectorCommandInterface_t

public IOFireWireLibVectorCommandInterface_t()
Method Detail

byReference

public IOFireWireLibVectorCommandInterface_t.ByReference byReference()

byValue

public IOFireWireLibVectorCommandInterface_t.ByValue byValue()

clone

public IOFireWireLibVectorCommandInterface_t clone()
Overrides:
clone in class Object