public final class note_command
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
note_command() |
protected |
note_command(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
int |
cmd()
LC_NOTE
|
int |
cmdsize()
sizeof(struct note_command)
|
byte |
data_owner(int field_idx)
owner name for this LC_NOTE
|
long |
offset()
file offset of this data
|
void |
setCmd(int value)
LC_NOTE
|
void |
setCmdsize(int value)
sizeof(struct note_command)
|
void |
setData_owner(byte value,
int field_idx)
owner name for this LC_NOTE
|
void |
setOffset(long value)
file offset of this data
|
void |
setSize(long value)
length of data region
|
long |
size()
length of data region
|
public note_command()
protected note_command(org.moe.natj.general.Pointer peer)
public int cmd()
public void setCmd(int value)
public int cmdsize()
public void setCmdsize(int value)
public byte data_owner(int field_idx)
public void setData_owner(byte value,
int field_idx)
public long offset()
public void setOffset(long value)
public long size()
public void setSize(long value)