public final class thread_command
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
thread_command() |
|
thread_command(int cmd,
int cmdsize) |
protected |
thread_command(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
int |
cmd()
LC_THREAD or LC_UNIXTHREAD
|
int |
cmdsize()
total size of this command
|
void |
setCmd(int value)
LC_THREAD or LC_UNIXTHREAD
|
void |
setCmdsize(int value)
total size of this command
|