Package apple.struct

Class version_min_command


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int cmd()
      LC_VERSION_MIN_MACOSX or LC_VERSION_MIN_IPHONEOS or LC_VERSION_MIN_WATCHOS or LC_VERSION_MIN_TVOS
      int cmdsize()
      sizeof(struct min_version_command)
      int sdk()
      X.Y.Z is encoded in nibbles xxxx.yy.zz
      void setCmd​(int value)
      LC_VERSION_MIN_MACOSX or LC_VERSION_MIN_IPHONEOS or LC_VERSION_MIN_WATCHOS or LC_VERSION_MIN_TVOS
      void setCmdsize​(int value)
      sizeof(struct min_version_command)
      void setSdk​(int value)
      X.Y.Z is encoded in nibbles xxxx.yy.zz
      void setVersion​(int value)
      X.Y.Z is encoded in nibbles xxxx.yy.zz
      int version()
      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

      • version_min_command

        public version_min_command()
      • version_min_command

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

        public version_min_command​(int cmd,
                                   int cmdsize,
                                   int version,
                                   int sdk)
    • Method Detail

      • cmd

        public int cmd()
        LC_VERSION_MIN_MACOSX or LC_VERSION_MIN_IPHONEOS or LC_VERSION_MIN_WATCHOS or LC_VERSION_MIN_TVOS
      • setCmd

        public void setCmd​(int value)
        LC_VERSION_MIN_MACOSX or LC_VERSION_MIN_IPHONEOS or LC_VERSION_MIN_WATCHOS or LC_VERSION_MIN_TVOS
      • cmdsize

        public int cmdsize()
        sizeof(struct min_version_command)
      • setCmdsize

        public void setCmdsize​(int value)
        sizeof(struct min_version_command)
      • version

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

        public void setVersion​(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