org.rococoa.cocoa.carboncore
Class MPNotificationInfo

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by 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.


Nested Class Summary
static class MPNotificationInfo.ByReference
           
static class MPNotificationInfo.ByValue
           
 
Field Summary
 CarbonCoreLibrary.OpaqueMPEventID eventID
           
 int events
           
 int notificationName
           
 Pointer p1
           
 Pointer p2
           
 Pointer p3
           
 CarbonCoreLibrary.OpaqueMPProcessID processID
           
 CarbonCoreLibrary.OpaqueMPQueueID queueID
           
 CarbonCoreLibrary.OpaqueMPSemaphoreID semaphoreID
           
 int version
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
MPNotificationInfo()
           
 
Method Summary
 MPNotificationInfo.ByReference byReference()
           
 MPNotificationInfo.ByValue byValue()
           
 MPNotificationInfo 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

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
Constructor Detail

MPNotificationInfo

public MPNotificationInfo()
Method Detail

byReference

public MPNotificationInfo.ByReference byReference()

byValue

public MPNotificationInfo.ByValue byValue()

clone

public MPNotificationInfo clone()
Overrides:
clone in class Object