public final class mach_msg_mac_trailer_t
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
mach_msg_mac_trailer_t() |
protected |
mach_msg_mac_trailer_t(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
int |
msgh_ad() |
audit_token_t |
msgh_audit() |
long |
msgh_context() |
msg_labels_t |
msgh_labels() |
security_token_t |
msgh_sender() |
int |
msgh_seqno() |
int |
msgh_trailer_size() |
int |
msgh_trailer_type() |
void |
setMsgh_ad(int value) |
void |
setMsgh_audit(audit_token_t value) |
void |
setMsgh_context(long value) |
void |
setMsgh_labels(msg_labels_t value) |
void |
setMsgh_sender(security_token_t value) |
void |
setMsgh_seqno(int value) |
void |
setMsgh_trailer_size(int value) |
void |
setMsgh_trailer_type(int value) |
public mach_msg_mac_trailer_t()
protected mach_msg_mac_trailer_t(org.moe.natj.general.Pointer peer)
public int msgh_trailer_type()
public void setMsgh_trailer_type(int value)
public int msgh_trailer_size()
public void setMsgh_trailer_size(int value)
public int msgh_seqno()
public void setMsgh_seqno(int value)
public security_token_t msgh_sender()
public void setMsgh_sender(security_token_t value)
public audit_token_t msgh_audit()
public void setMsgh_audit(audit_token_t value)
public long msgh_context()
public void setMsgh_context(long value)
public int msgh_ad()
public void setMsgh_ad(int value)
public msg_labels_t msgh_labels()
public void setMsgh_labels(msg_labels_t value)