Package apple.struct

Class build_version_command


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int cmd()
      LC_BUILD_VERSION
      int cmdsize()
      sizeof(struct build_version_command) plus
      int minos()
      X.Y.Z is encoded in nibbles xxxx.yy.zz
      int ntools()
      number of tool entries following this
      int platform()
      platform
      int sdk()
      X.Y.Z is encoded in nibbles xxxx.yy.zz
      void setCmd​(int value)
      LC_BUILD_VERSION
      void setCmdsize​(int value)
      sizeof(struct build_version_command) plus
      void setMinos​(int value)
      X.Y.Z is encoded in nibbles xxxx.yy.zz
      void setNtools​(int value)
      number of tool entries following this
      void setPlatform​(int value)
      platform
      void setSdk​(int value)
      X.Y.Z is encoded in nibbles xxxx.yy.zz
      • 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

      • build_version_command

        public build_version_command()
      • build_version_command

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

      • cmd

        public int cmd()
        LC_BUILD_VERSION
      • setCmd

        public void setCmd​(int value)
        LC_BUILD_VERSION
      • cmdsize

        public int cmdsize()
        sizeof(struct build_version_command) plus
      • setCmdsize

        public void setCmdsize​(int value)
        sizeof(struct build_version_command) plus
      • platform

        public int platform()
        platform
      • setPlatform

        public void setPlatform​(int value)
        platform
      • minos

        public int minos()
        X.Y.Z is encoded in nibbles xxxx.yy.zz
      • setMinos

        public void setMinos​(int value)
        X.Y.Z is encoded in nibbles xxxx.yy.zz
      • sdk

        public int sdk()
        X.Y.Z is encoded in nibbles xxxx.yy.zz
      • setSdk

        public void setSdk​(int value)
        X.Y.Z is encoded in nibbles xxxx.yy.zz
      • ntools

        public int ntools()
        number of tool entries following this
      • setNtools

        public void setNtools​(int value)
        number of tool entries following this