public final class build_version_command
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
build_version_command() |
protected |
build_version_command(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and 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
|
public build_version_command()
protected build_version_command(org.moe.natj.general.Pointer peer)
public int cmd()
public void setCmd(int value)
public int cmdsize()
public void setCmdsize(int value)
public int platform()
public void setPlatform(int value)
public int minos()
public void setMinos(int value)
public int sdk()
public void setSdk(int value)
public int ntools()
public void setNtools(int value)