org.rococoa.cocoa.iokit
Class dk_dvd_read_structure_t

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

public class dk_dvd_read_structure_t
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 dk_dvd_read_structure_t.ByReference
           
static class dk_dvd_read_structure_t.ByValue
           
 
Field Summary
 int address
           
 Pointer buffer
           
 short bufferLength
           
 byte format
           
 byte grantID
           
 byte layer
           
 byte[] reserved0008
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
dk_dvd_read_structure_t()
           
dk_dvd_read_structure_t(byte format, byte[] reserved0008, int address, byte grantID, byte layer, short bufferLength, Pointer buffer)
           
 
Method Summary
 dk_dvd_read_structure_t.ByReference byReference()
           
 dk_dvd_read_structure_t.ByValue byValue()
           
 dk_dvd_read_structure_t 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

format

public byte format

reserved0008

public byte[] reserved0008

address

public int address

grantID

public byte grantID

layer

public byte layer

bufferLength

public short bufferLength

buffer

public Pointer buffer
Constructor Detail

dk_dvd_read_structure_t

public dk_dvd_read_structure_t()

dk_dvd_read_structure_t

public dk_dvd_read_structure_t(byte format,
                               byte[] reserved0008,
                               int address,
                               byte grantID,
                               byte layer,
                               short bufferLength,
                               Pointer buffer)
Method Detail

byReference

public dk_dvd_read_structure_t.ByReference byReference()

byValue

public dk_dvd_read_structure_t.ByValue byValue()

clone

public dk_dvd_read_structure_t clone()
Overrides:
clone in class Object