Package apple.struct
Class mach_msg_seqno_trailer_t
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.struct.mach_msg_seqno_trailer_t
-
public final class mach_msg_seqno_trailer_t extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description mach_msg_seqno_trailer_t()mach_msg_seqno_trailer_t(int msgh_trailer_type, int msgh_trailer_size, int msgh_seqno)protectedmach_msg_seqno_trailer_t(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intmsgh_seqno()intmsgh_trailer_size()intmsgh_trailer_type()voidsetMsgh_seqno(int value)voidsetMsgh_trailer_size(int value)voidsetMsgh_trailer_type(int value)
-
-
-
Method Detail
-
msgh_trailer_type
public int msgh_trailer_type()
-
setMsgh_trailer_type
public void setMsgh_trailer_type(int value)
-
msgh_trailer_size
public int msgh_trailer_size()
-
setMsgh_trailer_size
public void setMsgh_trailer_size(int value)
-
msgh_seqno
public int msgh_seqno()
-
setMsgh_seqno
public void setMsgh_seqno(int value)
-
-