Package apple.struct

Class thread_command


  • public final class thread_command
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • thread_command

        public thread_command()
      • thread_command

        protected thread_command​(org.moe.natj.general.Pointer peer)
      • thread_command

        public thread_command​(int cmd,
                              int cmdsize)
    • Method Detail

      • cmd

        public int cmd()
        LC_THREAD or LC_UNIXTHREAD
      • setCmd

        public void setCmd​(int value)
        LC_THREAD or LC_UNIXTHREAD
      • cmdsize

        public int cmdsize()
        total size of this command
      • setCmdsize

        public void setCmdsize​(int value)
        total size of this command