org.rococoa.cocoa.iokit
Class SPCModePagePowerCondition

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

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

SPC PAGE_CODE 0x1A
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 SPCModePagePowerCondition.ByReference
           
static class SPCModePagePowerCondition.ByValue
           
 
Field Summary
 ModePageFormatHeader header
           
 int IDLE_CONDITION_TIMER
           
 byte IDLE_STANDBY
           
 byte RESERVED
           
 int STANDBY_CONDITION_TIMER
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
SPCModePagePowerCondition()
           
SPCModePagePowerCondition(ModePageFormatHeader header, byte RESERVED, byte IDLE_STANDBY, int IDLE_CONDITION_TIMER, int STANDBY_CONDITION_TIMER)
           
 
Method Summary
 SPCModePagePowerCondition.ByReference byReference()
           
 SPCModePagePowerCondition.ByValue byValue()
           
 SPCModePagePowerCondition 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

RESERVED

public byte RESERVED

IDLE_STANDBY

public byte IDLE_STANDBY

IDLE_CONDITION_TIMER

public int IDLE_CONDITION_TIMER

STANDBY_CONDITION_TIMER

public int STANDBY_CONDITION_TIMER
Constructor Detail

SPCModePagePowerCondition

public SPCModePagePowerCondition()

SPCModePagePowerCondition

public SPCModePagePowerCondition(ModePageFormatHeader header,
                                 byte RESERVED,
                                 byte IDLE_STANDBY,
                                 int IDLE_CONDITION_TIMER,
                                 int STANDBY_CONDITION_TIMER)
Method Detail

byReference

public SPCModePagePowerCondition.ByReference byReference()

byValue

public SPCModePagePowerCondition.ByValue byValue()

clone

public SPCModePagePowerCondition clone()
Overrides:
clone in class Object