public final class load_command
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
load_command() |
|
load_command(int cmd,
int cmdsize) |
protected |
load_command(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
int |
cmd()
type of load command
|
int |
cmdsize()
total size of command in bytes
|
void |
setCmd(int value)
type of load command
|
void |
setCmdsize(int value)
total size of command in bytes
|