public final class mach_msg_header_t
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
mach_msg_header_t() |
protected |
mach_msg_header_t(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
int |
msgh_bits() |
int |
msgh_id() |
int |
msgh_local_port() |
int |
msgh_remote_port() |
int |
msgh_size() |
int |
msgh_voucher_port() |
void |
setMsgh_bits(int value) |
void |
setMsgh_id(int value) |
void |
setMsgh_local_port(int value) |
void |
setMsgh_remote_port(int value) |
void |
setMsgh_size(int value) |
void |
setMsgh_voucher_port(int value) |
public mach_msg_header_t()
protected mach_msg_header_t(org.moe.natj.general.Pointer peer)
public int msgh_bits()
public void setMsgh_bits(int value)
public int msgh_size()
public void setMsgh_size(int value)
public int msgh_remote_port()
public void setMsgh_remote_port(int value)
public int msgh_local_port()
public void setMsgh_local_port(int value)
public int msgh_voucher_port()
public void setMsgh_voucher_port(int value)
public int msgh_id()
public void setMsgh_id(int value)