Package apple.struct
Class build_version_command
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.struct.build_version_command
-
public final class build_version_command extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description build_version_command()protectedbuild_version_command(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcmd()LC_BUILD_VERSIONintcmdsize()sizeof(struct build_version_command) plusintminos()X.Y.Z is encoded in nibbles xxxx.yy.zzintntools()number of tool entries following thisintplatform()platformintsdk()X.Y.Z is encoded in nibbles xxxx.yy.zzvoidsetCmd(int value)LC_BUILD_VERSIONvoidsetCmdsize(int value)sizeof(struct build_version_command) plusvoidsetMinos(int value)X.Y.Z is encoded in nibbles xxxx.yy.zzvoidsetNtools(int value)number of tool entries following thisvoidsetPlatform(int value)platformvoidsetSdk(int value)X.Y.Z is encoded in nibbles xxxx.yy.zz
-
-
-
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
-
-