org.rococoa.cocoa.iokit
Class NXEventData.compound_struct.misc_union

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.sun.jna.Union
          extended by com.ochafik.lang.jnaerator.runtime.Union<NXEventData.compound_struct.misc_union,NXEventData.compound_struct.misc_union.ByValue,NXEventData.compound_struct.misc_union.ByReference>
              extended by org.rococoa.cocoa.iokit.NXEventData.compound_struct.misc_union
All Implemented Interfaces:
StructureType, StructureTypeDependent
Direct Known Subclasses:
NXEventData.compound_struct.misc_union.ByReference, NXEventData.compound_struct.misc_union.ByValue
Enclosing class:
NXEventData.compound_struct

public static class NXEventData.compound_struct.misc_union
extends Union<NXEventData.compound_struct.misc_union,NXEventData.compound_struct.misc_union.ByValue,NXEventData.compound_struct.misc_union.ByReference>


Nested Class Summary
static class NXEventData.compound_struct.misc_union.ByReference
           
static class NXEventData.compound_struct.misc_union.ByValue
           
 
Field Summary
 byte[] C
          for use in compound events
C type : char[44]
 float[] F
          for use in compound events
C type : float[11]
 int[] L
          for use in compound events
C type : SInt32[11]
 short[] S
          for use in compound events
C type : SInt16[22]
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
NXEventData.compound_struct.misc_union()
           
NXEventData.compound_struct.misc_union(byte[] C)
           
NXEventData.compound_struct.misc_union(float[] F)
           
NXEventData.compound_struct.misc_union(int[] L)
           
NXEventData.compound_struct.misc_union(short[] S)
           
 
Method Summary
static NXEventData.compound_struct.misc_union[] newArray(int arrayLength)
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Union
byReference, byValue, castToArray, castToArray, castToArray, clone, newArray, read, setDependency, toArray, toArray, toArray, use, use, use, use, write
 
Methods inherited from class com.sun.jna.Union
getTypedValue, readField, setType, setTypedValue, writeField, writeField
 
Methods inherited from class com.sun.jna.Structure
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, setAutoRead, setAutoSynch, setAutoWrite, size, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType
getPointer, size
 

Field Detail

F

public float[] F
for use in compound events
C type : float[11]


L

public int[] L
for use in compound events
C type : SInt32[11]


S

public short[] S
for use in compound events
C type : SInt16[22]


C

public byte[] C
for use in compound events
C type : char[44]

Constructor Detail

NXEventData.compound_struct.misc_union

public NXEventData.compound_struct.misc_union()

NXEventData.compound_struct.misc_union

public NXEventData.compound_struct.misc_union(short[] S)
Parameters:
S - for use in compound events
C type : SInt16[22]

NXEventData.compound_struct.misc_union

public NXEventData.compound_struct.misc_union(int[] L)
Parameters:
L - for use in compound events
C type : SInt32[11]

NXEventData.compound_struct.misc_union

public NXEventData.compound_struct.misc_union(float[] F)
Parameters:
F - for use in compound events
C type : float[11]

NXEventData.compound_struct.misc_union

public NXEventData.compound_struct.misc_union(byte[] C)
Parameters:
C - for use in compound events
C type : char[44]
Method Detail

newArray

public static NXEventData.compound_struct.misc_union[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.