org.rococoa.cocoa.osservices
Class NSLClientAsyncInfo
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.osservices.NSLClientAsyncInfo
- Direct Known Subclasses:
- NSLClientAsyncInfo.ByReference, NSLClientAsyncInfo.ByValue
public class NSLClientAsyncInfo
- extends com.ochafik.lang.jnaerator.runtime.Structure
the async information block for client<->manager interaction
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 |
clientContextPtr
public Pointer clientContextPtr
mgrContextPtr
public Pointer mgrContextPtr
resultBuffer
public ByteByReference resultBuffer
bufferLen
public NativeLong bufferLen
maxBufferSize
public NativeLong maxBufferSize
startTime
public int startTime
intStartTime
public int intStartTime
maxSearchTime
public int maxSearchTime
alertInterval
public int alertInterval
totalItems
public int totalItems
alertThreshold
public int alertThreshold
searchState
public short searchState
searchResult
public NSLError searchResult
searchDataType
public int searchDataType
NSLClientAsyncInfo
public NSLClientAsyncInfo()
byReference
public NSLClientAsyncInfo.ByReference byReference()
byValue
public NSLClientAsyncInfo.ByValue byValue()
clone
public NSLClientAsyncInfo clone()
- Overrides:
clone
in class Object