org.rococoa.cocoa.iokit
Class IOI2CRequest
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
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.
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 |
__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
IOI2CRequest
public IOI2CRequest()
byReference
public IOI2CRequest.ByReference byReference()
byValue
public IOI2CRequest.ByValue byValue()
clone
public IOI2CRequest clone()
- Overrides:
clone
in class Object