Package apple.struct

Class au_tid_addr


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

      Constructors 
      Modifier Constructor Description
        au_tid_addr()  
      protected au_tid_addr​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int at_addr​(int field_idx)  
      int at_port()  
      int at_type()  
      void setAt_addr​(int value, int field_idx)  
      void setAt_port​(int value)  
      void setAt_type​(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_addr

        public au_tid_addr()
      • au_tid_addr

        protected au_tid_addr​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • at_port

        public int at_port()
      • setAt_port

        public void setAt_port​(int value)
      • at_type

        public int at_type()
      • setAt_type

        public void setAt_type​(int value)
      • at_addr

        public int at_addr​(int field_idx)
      • setAt_addr

        public void setAt_addr​(int value,
                               int field_idx)