org.rococoa.cocoa.osservices
Class bandinfo
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
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.
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 |
bi_pri
public byte bi_pri
pad1
public byte pad1
bi_flag
public int bi_flag
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
byReference
public bandinfo.ByReference byReference()
byValue
public bandinfo.ByValue byValue()
clone
public bandinfo clone()
- Overrides:
clone
in class Object