org.rococoa.cocoa.iokit
Class NXEventData.compound_struct.misc_union
java.lang.Object
com.sun.jna.Structure
com.sun.jna.Union
com.ochafik.lang.jnaerator.runtime.Union<NXEventData.compound_struct.misc_union,NXEventData.compound_struct.misc_union.ByValue,NXEventData.compound_struct.misc_union.ByReference>
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>
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] |
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.Structure |
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, setAutoRead, setAutoSynch, setAutoWrite, size, toString |
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]
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]
newArray
public static NXEventData.compound_struct.misc_union[] newArray(int arrayLength)
Copyright © 2009. All Rights Reserved.