org.rococoa.cocoa.iokit
Class IOFireWireSBP2LibMgmtORBInterface

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

public class IOFireWireSBP2LibMgmtORBInterface
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 IOFireWireSBP2LibMgmtORBInterface.ByReference
           
static class IOFireWireSBP2LibMgmtORBInterface.ByValue
           
static interface IOFireWireSBP2LibMgmtORBInterface.getRefCon_callback
           
static interface IOFireWireSBP2LibMgmtORBInterface.HRESULT_callback
           
static interface IOFireWireSBP2LibMgmtORBInterface.setCommandFunction_callback
           
static interface IOFireWireSBP2LibMgmtORBInterface.setManageeLogin_callback
           
static interface IOFireWireSBP2LibMgmtORBInterface.setManageeORB_callback
           
static interface IOFireWireSBP2LibMgmtORBInterface.setORBCompleteCallback_callback
           
static interface IOFireWireSBP2LibMgmtORBInterface.setRefCon_callback
           
static interface IOFireWireSBP2LibMgmtORBInterface.setResponseBuffer_callback
           
static interface IOFireWireSBP2LibMgmtORBInterface.submitORB_callback
           
static interface IOFireWireSBP2LibMgmtORBInterface.ULONG_callback
           
static interface IOFireWireSBP2LibMgmtORBInterface.ULONG_callback2
           
 
Field Summary
 Pointer _reserved
           
 IOFireWireSBP2LibMgmtORBInterface.getRefCon_callback getRefCon
           
 short revision
           
 IOFireWireSBP2LibMgmtORBInterface.setCommandFunction_callback setCommandFunction
           
 IOFireWireSBP2LibMgmtORBInterface.setManageeLogin_callback setManageeLogin
           
 IOFireWireSBP2LibMgmtORBInterface.setManageeORB_callback setManageeORB
           
 IOFireWireSBP2LibMgmtORBInterface.setORBCompleteCallback_callback setORBCompleteCallback
           
 IOFireWireSBP2LibMgmtORBInterface.setRefCon_callback setRefCon
           
 IOFireWireSBP2LibMgmtORBInterface.setResponseBuffer_callback setResponseBuffer
           
 IOFireWireSBP2LibMgmtORBInterface.submitORB_callback submitORB
           
 short version
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
IOFireWireSBP2LibMgmtORBInterface()
           
 
Method Summary
 IOFireWireSBP2LibMgmtORBInterface.ByReference byReference()
           
 IOFireWireSBP2LibMgmtORBInterface.ByValue byValue()
           
 IOFireWireSBP2LibMgmtORBInterface 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 short version

revision

public short revision

submitORB

public IOFireWireSBP2LibMgmtORBInterface.submitORB_callback submitORB

setORBCompleteCallback

public IOFireWireSBP2LibMgmtORBInterface.setORBCompleteCallback_callback setORBCompleteCallback

setRefCon

public IOFireWireSBP2LibMgmtORBInterface.setRefCon_callback setRefCon

getRefCon

public IOFireWireSBP2LibMgmtORBInterface.getRefCon_callback getRefCon

setCommandFunction

public IOFireWireSBP2LibMgmtORBInterface.setCommandFunction_callback setCommandFunction

setManageeORB

public IOFireWireSBP2LibMgmtORBInterface.setManageeORB_callback setManageeORB

setManageeLogin

public IOFireWireSBP2LibMgmtORBInterface.setManageeLogin_callback setManageeLogin

setResponseBuffer

public IOFireWireSBP2LibMgmtORBInterface.setResponseBuffer_callback setResponseBuffer
Constructor Detail

IOFireWireSBP2LibMgmtORBInterface

public IOFireWireSBP2LibMgmtORBInterface()
Method Detail

byReference

public IOFireWireSBP2LibMgmtORBInterface.ByReference byReference()

byValue

public IOFireWireSBP2LibMgmtORBInterface.ByValue byValue()

clone

public IOFireWireSBP2LibMgmtORBInterface clone()
Overrides:
clone in class Object