org.rococoa.cocoa.iokit
Class IOFireWireIsochPortInterface_t

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

public class IOFireWireIsochPortInterface_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 IOFireWireIsochPortInterface_t.AllocatePort_callback
           
static class IOFireWireIsochPortInterface_t.ByReference
           
static class IOFireWireIsochPortInterface_t.ByValue
           
static interface IOFireWireIsochPortInterface_t.GetRefCon_callback
           
static interface IOFireWireIsochPortInterface_t.GetSupported_callback
           
static interface IOFireWireIsochPortInterface_t.HRESULT_callback
           
static interface IOFireWireIsochPortInterface_t.ReleasePort_callback
           
static interface IOFireWireIsochPortInterface_t.SetRefCon_callback
           
static interface IOFireWireIsochPortInterface_t.Start_callback
           
static interface IOFireWireIsochPortInterface_t.Stop_callback
           
static interface IOFireWireIsochPortInterface_t.ULONG_callback
           
static interface IOFireWireIsochPortInterface_t.ULONG_callback2
           
 
Field Summary
 Pointer _reserved
           
 IOFireWireLocalIsochPortInterface_t.AllocatePort_callback AllocatePort
           
 IOFWAsyncStreamListenerInterface_t.GetRefCon_callback GetRefCon
           
 IOFireWireLocalIsochPortInterface_t.GetSupported_callback GetSupported
           
 IOFireWireLocalIsochPortInterface_t.ReleasePort_callback ReleasePort
           
 int revision
           
 IOFireWireIsochChannelInterface_t.SetRefCon_callback SetRefCon
           
 IOFireWireIsochChannelInterface_t.Start_callback Start
           
 IOFireWireIsochChannelInterface_t.Stop_callback Stop
           
 int version
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
IOFireWireIsochPortInterface_t()
           
 
Method Summary
 IOFireWireIsochPortInterface_t.ByReference byReference()
           
 IOFireWireIsochPortInterface_t.ByValue byValue()
           
 IOFireWireIsochPortInterface_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

revision

public int revision

version

public int version

GetSupported

public IOFireWireLocalIsochPortInterface_t.GetSupported_callback GetSupported

AllocatePort

public IOFireWireLocalIsochPortInterface_t.AllocatePort_callback AllocatePort

ReleasePort

public IOFireWireLocalIsochPortInterface_t.ReleasePort_callback ReleasePort

Start

public IOFireWireIsochChannelInterface_t.Start_callback Start

Stop

public IOFireWireIsochChannelInterface_t.Stop_callback Stop

SetRefCon

public IOFireWireIsochChannelInterface_t.SetRefCon_callback SetRefCon

GetRefCon

public IOFWAsyncStreamListenerInterface_t.GetRefCon_callback GetRefCon
Constructor Detail

IOFireWireIsochPortInterface_t

public IOFireWireIsochPortInterface_t()
Method Detail

byReference

public IOFireWireIsochPortInterface_t.ByReference byReference()

byValue

public IOFireWireIsochPortInterface_t.ByValue byValue()

clone

public IOFireWireIsochPortInterface_t clone()
Overrides:
clone in class Object