JNA API 3.4.0

com.sun.jna
Class CallbackReference.AttachOptions

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.sun.jna.CallbackReference.AttachOptions
Enclosing class:
CallbackReference

static class CallbackReference.AttachOptions
extends Structure


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.jna.Structure
Structure.ByReference, Structure.ByValue, Structure.FFIType, Structure.StructField
 
Field Summary
 boolean daemon
           
 boolean detach
           
 String name
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE, isARM, isPPC, isSPARC, layoutInfo, MAX_GNUC_ALIGNMENT
 
Constructor Summary
CallbackReference.AttachOptions()
           
 
Method Summary
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, busy, cacheTypeInfo, calculateAlignedSize, calculateSize, clear, ensureAllocated, equals, fieldOffset, fields, getAutoRead, getAutoWrite, getField, getFieldOrder, getFields, getFieldTypeInfo, getNativeAlignment, getNativeSize, getPointer, getStructAlignment, getTypeInfo, getTypeInfo, getTypeMapper, hashCode, newInstance, read, readField, readField, reading, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setField, setField, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, toString, updateStructureByReference, useMemory, useMemory, write, writeField, writeField, writeField
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

daemon

public boolean daemon

detach

public boolean detach

name

public String name
Constructor Detail

CallbackReference.AttachOptions

CallbackReference.AttachOptions()

JNA API 3.4.0

Copyright © 2007-2010 Timothy Wall. All Rights Reserved.