org.rococoa.cocoa.carboncore
Class MPEventInfo
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.carboncore.MPEventInfo
- Direct Known Subclasses:
- MPEventInfo.ByReference, MPEventInfo.ByValue
public class MPEventInfo
- 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 |
version
public int version
processID
public CarbonCoreLibrary.OpaqueMPProcessID processID
eventName
public int eventName
nWaiting
public NativeLong nWaiting
waitingTaskID
public CarbonCoreLibrary.OpaqueMPTaskID waitingTaskID
events
public int events
MPEventInfo
public MPEventInfo()
MPEventInfo
public MPEventInfo(int version,
CarbonCoreLibrary.OpaqueMPProcessID processID,
int eventName,
NativeLong nWaiting,
CarbonCoreLibrary.OpaqueMPTaskID waitingTaskID,
int events)
- Parameters:
version
- Version of the data structure requested
processID
- Owning process ID
eventName
- Event name
waitingTaskID
- First waiting task.
byReference
public MPEventInfo.ByReference byReference()
byValue
public MPEventInfo.ByValue byValue()
clone
public MPEventInfo clone()
- Overrides:
clone
in class Object