org.rococoa.cocoa.iokit
Class dpme

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

public class dpme
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 dpme.ByReference
           
static class dpme.ByValue
           
 
Field Summary
 int dpme_boot_block
           
 int dpme_boot_bytes
           
 int dpme_checksum
           
 int dpme_flags
           
 int dpme_goto_addr
           
 int dpme_goto_addr_2
           
 int dpme_lblock_start
           
 int dpme_lblocks
           
 int dpme_load_addr
           
 int dpme_load_addr_2
           
 int dpme_map_entries
           
 byte[] dpme_name
           
 int dpme_pblock_start
           
 int dpme_pblocks
           
 byte[] dpme_process_id
           
 short dpme_reserved_1
           
 int[] dpme_reserved_2
           
 int[] dpme_reserved_3
           
 short dpme_signature
           
 byte[] dpme_type
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
dpme()
           
 
Method Summary
 dpme.ByReference byReference()
           
 dpme.ByValue byValue()
           
 dpme 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

dpme_signature

public short dpme_signature

dpme_reserved_1

public short dpme_reserved_1

dpme_map_entries

public int dpme_map_entries

dpme_pblock_start

public int dpme_pblock_start

dpme_pblocks

public int dpme_pblocks

dpme_name

public byte[] dpme_name

dpme_type

public byte[] dpme_type

dpme_lblock_start

public int dpme_lblock_start

dpme_lblocks

public int dpme_lblocks

dpme_flags

public int dpme_flags

dpme_boot_block

public int dpme_boot_block

dpme_boot_bytes

public int dpme_boot_bytes

dpme_load_addr

public int dpme_load_addr

dpme_load_addr_2

public int dpme_load_addr_2

dpme_goto_addr

public int dpme_goto_addr

dpme_goto_addr_2

public int dpme_goto_addr_2

dpme_checksum

public int dpme_checksum

dpme_process_id

public byte[] dpme_process_id

dpme_reserved_2

public int[] dpme_reserved_2

dpme_reserved_3

public int[] dpme_reserved_3
Constructor Detail

dpme

public dpme()
Method Detail

byReference

public dpme.ByReference byReference()

byValue

public dpme.ByValue byValue()

clone

public dpme clone()
Overrides:
clone in class Object