Package apple.struct

Class au_tid


  • public final class au_tid
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        au_tid()  
        au_tid​(int port, int machine)  
      protected au_tid​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int machine()  
      int port()  
      void setMachine​(int value)  
      void setPort​(int value)  
      • 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

      • au_tid

        public au_tid()
      • au_tid

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

        public au_tid​(int port,
                      int machine)
    • Method Detail

      • port

        public int port()
      • setPort

        public void setPort​(int value)
      • machine

        public int machine()
      • setMachine

        public void setMachine​(int value)