com.sun.jna

Class Structure.StructField

class Structure.StructField extends Object

Field Summary
FromNativeContextcontext
Fieldfield
booleanisReadOnly
booleanisVolatile
Stringname
intoffset
FromNativeConverterreadConverter
intsize
Classtype
ToNativeConverterwriteConverter

Field Detail

context

public FromNativeContext context

field

public Field field

isReadOnly

public boolean isReadOnly

isVolatile

public boolean isVolatile

name

public String name

offset

public int offset

readConverter

public FromNativeConverter readConverter

size

public int size

type

public Class type

writeConverter

public ToNativeConverter writeConverter
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.