Package apple.struct
Class tlv_descriptor
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.struct.tlv_descriptor
-
public final class tlv_descriptor extends org.moe.natj.c.StructObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacetlv_descriptor.Function_thunk
-
Constructor Summary
Constructors Modifier Constructor Description tlv_descriptor()tlv_descriptor(tlv_descriptor.Function_thunk thunk, long key, long offset)protectedtlv_descriptor(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longkey()longoffset()voidsetKey(long value)voidsetOffset(long value)voidsetThunk(tlv_descriptor.Function_thunk value)tlv_descriptor.Function_thunkthunk()
-
-
-
Constructor Detail
-
tlv_descriptor
public tlv_descriptor()
-
tlv_descriptor
protected tlv_descriptor(org.moe.natj.general.Pointer peer)
-
tlv_descriptor
public tlv_descriptor(tlv_descriptor.Function_thunk thunk, long key, long offset)
-
-
Method Detail
-
thunk
public tlv_descriptor.Function_thunk thunk()
-
setThunk
public void setThunk(tlv_descriptor.Function_thunk value)
-
key
public long key()
-
setKey
public void setKey(long value)
-
offset
public long offset()
-
setOffset
public void setOffset(long value)
-
-