JNA API 4.0.0

com.sun.jna
Class Structure.StructField

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

protected static class Structure.StructField
extends Object


Field Summary
 FromNativeContext context
           
 Field field
           
 boolean isReadOnly
           
 boolean isVolatile
           
 String name
           
 int offset
           
 FromNativeConverter readConverter
           
 int size
           
 Class type
           
 ToNativeConverter writeConverter
           
 
Constructor Summary
protected Structure.StructField()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public String name

type

public Class type

field

public Field field

size

public int size

offset

public int offset

isVolatile

public boolean isVolatile

isReadOnly

public boolean isReadOnly

readConverter

public FromNativeConverter readConverter

writeConverter

public ToNativeConverter writeConverter

context

public FromNativeContext context
Constructor Detail

Structure.StructField

protected Structure.StructField()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

JNA API 4.0.0

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