org.rococoa.cocoa.carboncore
Class ComponentParameters
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.carboncore.ComponentParameters
- Direct Known Subclasses:
- ComponentParameters.ByReference, ComponentParameters.ByValue
public class ComponentParameters
- extends com.ochafik.lang.jnaerator.runtime.Structure
Structure received by Component:
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 |
flags
public byte flags
paramSize
public byte paramSize
what
public short what
params
public NativeLong[] params
ComponentParameters
public ComponentParameters()
ComponentParameters
public ComponentParameters(byte flags,
byte paramSize,
short what,
NativeLong[] params)
- Parameters:
flags
- call modifiers: sync/async, deferred, immed, etc
paramSize
- size in bytes of actual parameters passed to this call
what
- routine selector, negative for Component management calls
params
- actual parameters for the indicated routine
byReference
public ComponentParameters.ByReference byReference()
byValue
public ComponentParameters.ByValue byValue()
clone
public ComponentParameters clone()
- Overrides:
clone
in class Object