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