org.rococoa.cocoa.osservices
Class bandinfo

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

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

I_FLUSHBAND
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 bandinfo.ByReference
           
static class bandinfo.ByValue
           
 
Field Summary
 int bi_flag
           
 byte bi_pri
           
 byte pad1
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
bandinfo()
           
bandinfo(byte bi_pri, byte pad1, int bi_flag)
           
 
Method Summary
 bandinfo.ByReference byReference()
           
 bandinfo.ByValue byValue()
           
 bandinfo 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

bi_pri

public byte bi_pri

pad1

public byte pad1

bi_flag

public int bi_flag
Constructor Detail

bandinfo

public bandinfo()

bandinfo

public bandinfo(byte bi_pri,
                byte pad1,
                int bi_flag)
Parameters:
bi_pri - Band to flush
bi_flag - One of the above flush requests
Method Detail

byReference

public bandinfo.ByReference byReference()

byValue

public bandinfo.ByValue byValue()

clone

public bandinfo clone()
Overrides:
clone in class Object