public final class version_min_command
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
version_min_command() |
|
version_min_command(int cmd,
int cmdsize,
int version,
int sdk) |
protected |
version_min_command(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and 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
|
public version_min_command()
protected version_min_command(org.moe.natj.general.Pointer peer)
public version_min_command(int cmd,
int cmdsize,
int version,
int sdk)
public int cmd()
public void setCmd(int value)
public int cmdsize()
public void setCmdsize(int value)
public int version()
public void setVersion(int value)
public int sdk()
public void setSdk(int value)