public final class mach_msg_security_trailer_t
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
mach_msg_security_trailer_t() |
|
mach_msg_security_trailer_t(int msgh_trailer_type,
int msgh_trailer_size,
int msgh_seqno,
security_token_t msgh_sender) |
protected |
mach_msg_security_trailer_t(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
security_token_t |
msgh_sender() |
int |
msgh_seqno() |
int |
msgh_trailer_size() |
int |
msgh_trailer_type() |
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_security_trailer_t()
protected mach_msg_security_trailer_t(org.moe.natj.general.Pointer peer)
public mach_msg_security_trailer_t(int msgh_trailer_type,
int msgh_trailer_size,
int msgh_seqno,
security_token_t msgh_sender)
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)