org.rococoa.cocoa.iokit
Class SBCModePageCaching

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

public class SBCModePageCaching
extends com.ochafik.lang.jnaerator.runtime.Structure

SBC PAGE_CODE 0x08
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 SBCModePageCaching.ByReference
           
static class SBCModePageCaching.ByValue
           
 
Field Summary
 short CACHE_SEGMENT_SIZE
           
 byte DEMAND_READ_WRITE_RETENTION_PRIORITY
           
 short DISABLE_PREFETCH_TRANSFER_LENGTH
           
 byte flags
           
 byte flags2
           
 ModePageFormatHeader header
           
 short MAXIMUM_PREFETCH
           
 short MAXIMUM_PREFETCH_CEILING
           
 short MINIMUM_PREFETCH
           
 byte[] NON_CACHE_SEGMENT_SIZE
           
 byte NUMBER_OF_CACHE_SEGMENTS
           
 byte RESERVED
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
SBCModePageCaching()
           
 
Method Summary
 SBCModePageCaching.ByReference byReference()
           
 SBCModePageCaching.ByValue byValue()
           
 SBCModePageCaching 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

header

public ModePageFormatHeader header

flags

public byte flags

DEMAND_READ_WRITE_RETENTION_PRIORITY

public byte DEMAND_READ_WRITE_RETENTION_PRIORITY

DISABLE_PREFETCH_TRANSFER_LENGTH

public short DISABLE_PREFETCH_TRANSFER_LENGTH

MINIMUM_PREFETCH

public short MINIMUM_PREFETCH

MAXIMUM_PREFETCH

public short MAXIMUM_PREFETCH

MAXIMUM_PREFETCH_CEILING

public short MAXIMUM_PREFETCH_CEILING

flags2

public byte flags2

NUMBER_OF_CACHE_SEGMENTS

public byte NUMBER_OF_CACHE_SEGMENTS

CACHE_SEGMENT_SIZE

public short CACHE_SEGMENT_SIZE

RESERVED

public byte RESERVED

NON_CACHE_SEGMENT_SIZE

public byte[] NON_CACHE_SEGMENT_SIZE
Constructor Detail

SBCModePageCaching

public SBCModePageCaching()
Method Detail

byReference

public SBCModePageCaching.ByReference byReference()

byValue

public SBCModePageCaching.ByValue byValue()

clone

public SBCModePageCaching clone()
Overrides:
clone in class Object