org.rococoa.cocoa.iokit
Class evsioKeymapping

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.iokit.evsioKeymapping
Direct Known Subclasses:
evsioKeymapping.ByReference, evsioKeymapping.ByValue

public class evsioKeymapping
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 evsioKeymapping.ByReference
           
static class evsioKeymapping.ByValue
           
 
Field Summary
 ByteByReference mapping
           
 int size
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
evsioKeymapping()
           
evsioKeymapping(int size, ByteByReference mapping)
           
 
Method Summary
 evsioKeymapping.ByReference byReference()
           
 evsioKeymapping.ByValue byValue()
           
 evsioKeymapping 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

size

public int size

mapping

public ByteByReference mapping
Constructor Detail

evsioKeymapping

public evsioKeymapping()

evsioKeymapping

public evsioKeymapping(int size,
                       ByteByReference mapping)
Method Detail

byReference

public evsioKeymapping.ByReference byReference()

byValue

public evsioKeymapping.ByValue byValue()

clone

public evsioKeymapping clone()
Overrides:
clone in class Object