Package apple.struct

Class arm_state_hdr


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

      Constructors 
      Modifier Constructor Description
        arm_state_hdr()  
        arm_state_hdr​(int flavor, int count)  
      protected arm_state_hdr​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int count()  
      int flavor()  
      void setCount​(int value)  
      void setFlavor​(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

      • arm_state_hdr

        public arm_state_hdr()
      • arm_state_hdr

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

        public arm_state_hdr​(int flavor,
                             int count)
    • Method Detail

      • flavor

        public int flavor()
      • setFlavor

        public void setFlavor​(int value)
      • count

        public int count()
      • setCount

        public void setCount​(int value)