org.rococoa.cocoa.iokit
Class IOFireWireRemoteIsochPortInterface_t

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

public class IOFireWireRemoteIsochPortInterface_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 IOFireWireRemoteIsochPortInterface_t.AllocatePort_callback
           
static class IOFireWireRemoteIsochPortInterface_t.ByReference
           
static class IOFireWireRemoteIsochPortInterface_t.ByValue
           
static interface IOFireWireRemoteIsochPortInterface_t.GetRefCon_callback
           
static interface IOFireWireRemoteIsochPortInterface_t.GetSupported_callback
           
static interface IOFireWireRemoteIsochPortInterface_t.HRESULT_callback
           
static interface IOFireWireRemoteIsochPortInterface_t.IOFireWireLibIsochPortAllocateCallback_callback
           
static interface IOFireWireRemoteIsochPortInterface_t.IOFireWireLibIsochPortGetSupportedCallback_callback
           
static interface IOFireWireRemoteIsochPortInterface_t.ReleasePort_callback
           
static interface IOFireWireRemoteIsochPortInterface_t.SetRefCon_callback
           
static interface IOFireWireRemoteIsochPortInterface_t.SetReleasePortHandler_callback
           
static interface IOFireWireRemoteIsochPortInterface_t.SetStartHandler_callback
           
static interface IOFireWireRemoteIsochPortInterface_t.SetStopHandler_callback
           
static interface IOFireWireRemoteIsochPortInterface_t.Start_callback
           
static interface IOFireWireRemoteIsochPortInterface_t.Stop_callback
           
static interface IOFireWireRemoteIsochPortInterface_t.ULONG_callback
           
static interface IOFireWireRemoteIsochPortInterface_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
           
 IOFireWireRemoteIsochPortInterface_t.SetReleasePortHandler_callback SetReleasePortHandler
           
 IOFireWireRemoteIsochPortInterface_t.SetStartHandler_callback SetStartHandler
           
 IOFireWireRemoteIsochPortInterface_t.SetStopHandler_callback SetStopHandler
           
 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
IOFireWireRemoteIsochPortInterface_t()
           
 
Method Summary
 IOFireWireRemoteIsochPortInterface_t.ByReference byReference()
           
 IOFireWireRemoteIsochPortInterface_t.ByValue byValue()
           
 IOFireWireRemoteIsochPortInterface_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

SetReleasePortHandler

public IOFireWireRemoteIsochPortInterface_t.SetReleasePortHandler_callback SetReleasePortHandler

SetStartHandler

public IOFireWireRemoteIsochPortInterface_t.SetStartHandler_callback SetStartHandler

SetStopHandler

public IOFireWireRemoteIsochPortInterface_t.SetStopHandler_callback SetStopHandler
Constructor Detail

IOFireWireRemoteIsochPortInterface_t

public IOFireWireRemoteIsochPortInterface_t()
Method Detail

byReference

public IOFireWireRemoteIsochPortInterface_t.ByReference byReference()

byValue

public IOFireWireRemoteIsochPortInterface_t.ByValue byValue()

clone

public IOFireWireRemoteIsochPortInterface_t clone()
Overrides:
clone in class Object