org.rococoa.cocoa.iokit
Class IOFireWireIsochChannelInterface_t

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

public class IOFireWireIsochChannelInterface_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 IOFireWireIsochChannelInterface_t.AddListener_callback
           
static interface IOFireWireIsochChannelInterface_t.AllocateChannel_callback
           
static class IOFireWireIsochChannelInterface_t.ByReference
           
static class IOFireWireIsochChannelInterface_t.ByValue
           
static interface IOFireWireIsochChannelInterface_t.ClientCommandIsComplete_callback
           
static interface IOFireWireIsochChannelInterface_t.GetRefCon_callback
           
static interface IOFireWireIsochChannelInterface_t.HRESULT_callback
           
static interface IOFireWireIsochChannelInterface_t.IOFireWireIsochChannelForceStopHandler_callback
           
static interface IOFireWireIsochChannelInterface_t.NotificationIsOn_callback
           
static interface IOFireWireIsochChannelInterface_t.ReleaseChannel_callback
           
static interface IOFireWireIsochChannelInterface_t.SetRefCon_callback
           
static interface IOFireWireIsochChannelInterface_t.SetTalker_callback
           
static interface IOFireWireIsochChannelInterface_t.Start_callback
           
static interface IOFireWireIsochChannelInterface_t.Stop_callback
           
static interface IOFireWireIsochChannelInterface_t.TurnOffNotification_callback
           
static interface IOFireWireIsochChannelInterface_t.TurnOnNotification_callback
           
static interface IOFireWireIsochChannelInterface_t.ULONG_callback
           
static interface IOFireWireIsochChannelInterface_t.ULONG_callback2
           
 
Field Summary
 Pointer _reserved
          headerdoc parse workaround
class IOFireWireLocalIsochPortInterface: public IUnknown {
public:
 IOFireWireIsochChannelInterface_t.AddListener_callback AddListener
           
 IOFireWireIsochChannelInterface_t.AllocateChannel_callback AllocateChannel
           
 IOFWAsyncStreamListenerInterface_t.ClientCommandIsComplete_callback ClientCommandIsComplete
           
 IOFWAsyncStreamListenerInterface_t.GetRefCon_callback GetRefCon
           
 IOFWAsyncStreamListenerInterface_t.NotificationIsOn_callback NotificationIsOn
           
 IOFireWireIsochChannelInterface_t.ReleaseChannel_callback ReleaseChannel
           
 int revision
           
 IOFireWireIsochChannelInterface_t.SetRefCon_callback SetRefCon
           
 IOFireWireIsochChannelInterface_t.SetTalker_callback SetTalker
           
 IOFireWireIsochChannelInterface_t.Start_callback Start
           
 IOFireWireIsochChannelInterface_t.Stop_callback Stop
           
 IOFWAsyncStreamListenerInterface_t.TurnOffNotification_callback TurnOffNotification
           
 IOFWAsyncStreamListenerInterface_t.TurnOnNotification_callback TurnOnNotification
           
 int version
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
IOFireWireIsochChannelInterface_t()
           
 
Method Summary
 IOFireWireIsochChannelInterface_t.ByReference byReference()
           
 IOFireWireIsochChannelInterface_t.ByValue byValue()
           
 IOFireWireIsochChannelInterface_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
headerdoc parse workaround
class IOFireWireLocalIsochPortInterface: public IUnknown {
public:


revision

public int revision

version

public int version

SetTalker

public IOFireWireIsochChannelInterface_t.SetTalker_callback SetTalker

AddListener

public IOFireWireIsochChannelInterface_t.AddListener_callback AddListener

AllocateChannel

public IOFireWireIsochChannelInterface_t.AllocateChannel_callback AllocateChannel

ReleaseChannel

public IOFireWireIsochChannelInterface_t.ReleaseChannel_callback ReleaseChannel

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

NotificationIsOn

public IOFWAsyncStreamListenerInterface_t.NotificationIsOn_callback NotificationIsOn

TurnOnNotification

public IOFWAsyncStreamListenerInterface_t.TurnOnNotification_callback TurnOnNotification

TurnOffNotification

public IOFWAsyncStreamListenerInterface_t.TurnOffNotification_callback TurnOffNotification

ClientCommandIsComplete

public IOFWAsyncStreamListenerInterface_t.ClientCommandIsComplete_callback ClientCommandIsComplete
Constructor Detail

IOFireWireIsochChannelInterface_t

public IOFireWireIsochChannelInterface_t()
Method Detail

byReference

public IOFireWireIsochChannelInterface_t.ByReference byReference()

byValue

public IOFireWireIsochChannelInterface_t.ByValue byValue()

clone

public IOFireWireIsochChannelInterface_t clone()
Overrides:
clone in class Object