org.rococoa.cocoa.iokit
Class IOI2CRequest

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

public class IOI2CRequest
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 IOI2CRequest.ByReference
           
static class IOI2CRequest.ByValue
           
 
Field Summary
 long __reservedA
           
 byte[] __reservedB
           
 byte[] __reservedC
           
 int[] __reservedD
           
 int commFlags
           
 IOKitLibrary.IOI2CRequestCompletion completion
           
 long minReplyDelay
           
 byte replyAddress
           
 int replyBytes
           
 byte replySubAddress
           
 int replyTransactionType
           
 byte sendAddress
           
 int sendBytes
           
 byte sendSubAddress
           
 int sendTransactionType
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
IOI2CRequest()
           
 
Method Summary
 IOI2CRequest.ByReference byReference()
           
 IOI2CRequest.ByValue byValue()
           
 IOI2CRequest 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

__reservedA

public long __reservedA

completion

public IOKitLibrary.IOI2CRequestCompletion completion

commFlags

public int commFlags

minReplyDelay

public long minReplyDelay

sendAddress

public byte sendAddress

sendSubAddress

public byte sendSubAddress

__reservedB

public byte[] __reservedB

sendTransactionType

public int sendTransactionType

sendBytes

public int sendBytes

replyAddress

public byte replyAddress

replySubAddress

public byte replySubAddress

__reservedC

public byte[] __reservedC

replyTransactionType

public int replyTransactionType

replyBytes

public int replyBytes

__reservedD

public int[] __reservedD
Constructor Detail

IOI2CRequest

public IOI2CRequest()
Method Detail

byReference

public IOI2CRequest.ByReference byReference()

byValue

public IOI2CRequest.ByValue byValue()

clone

public IOI2CRequest clone()
Overrides:
clone in class Object