Package apple.struct
Class mach_msg_base_t
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.struct.mach_msg_base_t
-
public final class mach_msg_base_t extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description mach_msg_base_t()mach_msg_base_t(mach_msg_header_t header, mach_msg_body_t body)protectedmach_msg_base_t(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description mach_msg_body_tbody()mach_msg_header_theader()voidsetBody(mach_msg_body_t value)voidsetHeader(mach_msg_header_t value)
-
-
-
Constructor Detail
-
mach_msg_base_t
public mach_msg_base_t()
-
mach_msg_base_t
protected mach_msg_base_t(org.moe.natj.general.Pointer peer)
-
mach_msg_base_t
public mach_msg_base_t(mach_msg_header_t header, mach_msg_body_t body)
-
-
Method Detail
-
header
public mach_msg_header_t header()
-
setHeader
public void setHeader(mach_msg_header_t value)
-
body
public mach_msg_body_t body()
-
setBody
public void setBody(mach_msg_body_t value)
-
-