Package apple.struct
Class version_min_command
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.struct.version_min_command
-
public final class version_min_command extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description version_min_command()version_min_command(int cmd, int cmdsize, int version, int sdk)protectedversion_min_command(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcmd()LC_VERSION_MIN_MACOSX or LC_VERSION_MIN_IPHONEOS or LC_VERSION_MIN_WATCHOS or LC_VERSION_MIN_TVOSintcmdsize()sizeof(struct min_version_command)intsdk()X.Y.Z is encoded in nibbles xxxx.yy.zzvoidsetCmd(int value)LC_VERSION_MIN_MACOSX or LC_VERSION_MIN_IPHONEOS or LC_VERSION_MIN_WATCHOS or LC_VERSION_MIN_TVOSvoidsetCmdsize(int value)sizeof(struct min_version_command)voidsetSdk(int value)X.Y.Z is encoded in nibbles xxxx.yy.zzvoidsetVersion(int value)X.Y.Z is encoded in nibbles xxxx.yy.zzintversion()X.Y.Z is encoded in nibbles xxxx.yy.zz
-
-
-
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
-
-