com.sun.jna

Class StructureWriteContext

public class StructureWriteContext extends ToNativeContext

Provide Java to native type conversion context for a Structure field write.
Constructor Summary
StructureWriteContext(Structure struct, Field field)
Method Summary
FieldgetField()
Get the Field being written to native memory.
StructuregetStructure()
Get the Structure the field is a member of.

Constructor Detail

StructureWriteContext

StructureWriteContext(Structure struct, Field field)

Method Detail

getField

public Field getField()
Get the Field being written to native memory.

getStructure

public Structure getStructure()
Get the Structure the field is a member of.
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.