Package apple.struct
Class mach_msg_mac_trailer_t
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.struct.mach_msg_mac_trailer_t
-
public final class mach_msg_mac_trailer_t extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description mach_msg_mac_trailer_t()protectedmach_msg_mac_trailer_t(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intmsgh_ad()audit_token_tmsgh_audit()longmsgh_context()msg_labels_tmsgh_labels()security_token_tmsgh_sender()intmsgh_seqno()intmsgh_trailer_size()intmsgh_trailer_type()voidsetMsgh_ad(int value)voidsetMsgh_audit(audit_token_t value)voidsetMsgh_context(long value)voidsetMsgh_labels(msg_labels_t value)voidsetMsgh_sender(security_token_t value)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)
-
msgh_sender
public security_token_t msgh_sender()
-
setMsgh_sender
public void setMsgh_sender(security_token_t value)
-
msgh_audit
public audit_token_t msgh_audit()
-
setMsgh_audit
public void setMsgh_audit(audit_token_t value)
-
msgh_context
public long msgh_context()
-
setMsgh_context
public void setMsgh_context(long value)
-
msgh_ad
public int msgh_ad()
-
setMsgh_ad
public void setMsgh_ad(int value)
-
msgh_labels
public msg_labels_t msgh_labels()
-
setMsgh_labels
public void setMsgh_labels(msg_labels_t value)
-
-