Package apple.struct
Class thread_command
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.struct.thread_command
-
public final class thread_command extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description thread_command()thread_command(int cmd, int cmdsize)protectedthread_command(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcmd()LC_THREAD or LC_UNIXTHREADintcmdsize()total size of this commandvoidsetCmd(int value)LC_THREAD or LC_UNIXTHREADvoidsetCmdsize(int value)total size of this command
-