Package apple.struct
Class mach_msg_header_t
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.struct.mach_msg_header_t
-
public final class mach_msg_header_t extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description mach_msg_header_t()protectedmach_msg_header_t(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intmsgh_bits()intmsgh_id()intmsgh_local_port()intmsgh_remote_port()intmsgh_size()intmsgh_voucher_port()voidsetMsgh_bits(int value)voidsetMsgh_id(int value)voidsetMsgh_local_port(int value)voidsetMsgh_remote_port(int value)voidsetMsgh_size(int value)voidsetMsgh_voucher_port(int value)
-
-
-
Method Detail
-
msgh_bits
public int msgh_bits()
-
setMsgh_bits
public void setMsgh_bits(int value)
-
msgh_size
public int msgh_size()
-
setMsgh_size
public void setMsgh_size(int value)
-
msgh_remote_port
public int msgh_remote_port()
-
setMsgh_remote_port
public void setMsgh_remote_port(int value)
-
msgh_local_port
public int msgh_local_port()
-
setMsgh_local_port
public void setMsgh_local_port(int value)
-
msgh_voucher_port
public int msgh_voucher_port()
-
setMsgh_voucher_port
public void setMsgh_voucher_port(int value)
-
msgh_id
public int msgh_id()
-
setMsgh_id
public void setMsgh_id(int value)
-
-