public final class tlv_descriptor
extends org.moe.natj.c.StructObject
| Modifier and Type | Class and Description |
|---|---|
static interface |
tlv_descriptor.Function_thunk |
| Modifier | Constructor and Description |
|---|---|
|
tlv_descriptor() |
protected |
tlv_descriptor(org.moe.natj.general.Pointer peer) |
|
tlv_descriptor(tlv_descriptor.Function_thunk thunk,
long key,
long offset) |
| Modifier and Type | Method and Description |
|---|---|
long |
key() |
long |
offset() |
void |
setKey(long value) |
void |
setOffset(long value) |
void |
setThunk(tlv_descriptor.Function_thunk value) |
tlv_descriptor.Function_thunk |
thunk() |
public tlv_descriptor()
protected tlv_descriptor(org.moe.natj.general.Pointer peer)
public tlv_descriptor(tlv_descriptor.Function_thunk thunk, long key, long offset)
public tlv_descriptor.Function_thunk thunk()
public void setThunk(tlv_descriptor.Function_thunk value)
public long key()
public void setKey(long value)
public long offset()
public void setOffset(long value)