public final class mach_msg_audit_trailer_t
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
mach_msg_audit_trailer_t() |
protected |
mach_msg_audit_trailer_t(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
audit_token_t |
msgh_audit() |
security_token_t |
msgh_sender() |
int |
msgh_seqno() |
int |
msgh_trailer_size() |
int |
msgh_trailer_type() |
void |
setMsgh_audit(audit_token_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_audit_trailer_t()
protected mach_msg_audit_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)