org.rococoa.cocoa.carboncore
Class MPNotificationInfo
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.carboncore.MPNotificationInfo
- Direct Known Subclasses:
- MPNotificationInfo.ByReference, MPNotificationInfo.ByValue
public class MPNotificationInfo
- 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
notificationName
public int notificationName
queueID
public CarbonCoreLibrary.OpaqueMPQueueID queueID
p1
public Pointer p1
p2
public Pointer p2
p3
public Pointer p3
eventID
public CarbonCoreLibrary.OpaqueMPEventID eventID
events
public int events
semaphoreID
public CarbonCoreLibrary.OpaqueMPSemaphoreID semaphoreID
MPNotificationInfo
public MPNotificationInfo()
byReference
public MPNotificationInfo.ByReference byReference()
byValue
public MPNotificationInfo.ByValue byValue()
clone
public MPNotificationInfo clone()
- Overrides:
clone
in class Object