org.rococoa.cocoa.osservices
Class log_ctl

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

public class log_ctl
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 log_ctl.ByReference
           
static class log_ctl.ByValue
           
 
Field Summary
 short flags
           
 byte level
           
 NativeLong ltime
           
 short mid
           
 byte pad1
           
 int seq_no
           
 short sid
           
 NativeLong ttime
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
log_ctl()
           
log_ctl(short mid, short sid, byte level, byte pad1, short flags, NativeLong ltime, NativeLong ttime, int seq_no)
           
 
Method Summary
 log_ctl.ByReference byReference()
           
 log_ctl.ByValue byValue()
           
 log_ctl 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

mid

public short mid

sid

public short sid

level

public byte level

pad1

public byte pad1

flags

public short flags

ltime

public NativeLong ltime

ttime

public NativeLong ttime

seq_no

public int seq_no
Constructor Detail

log_ctl

public log_ctl()

log_ctl

public log_ctl(short mid,
               short sid,
               byte level,
               byte pad1,
               short flags,
               NativeLong ltime,
               NativeLong ttime,
               int seq_no)
Method Detail

byReference

public log_ctl.ByReference byReference()

byValue

public log_ctl.ByValue byValue()

clone

public log_ctl clone()
Overrides:
clone in class Object