class MacOSCmsgHdr extends BaseCmsgHdr
| Modifier and Type | Class and Description |
|---|---|
static class |
MacOSCmsgHdr.Layout |
| Modifier and Type | Field and Description |
|---|---|
static MacOSCmsgHdr.Layout |
layout |
memory, posix| Constructor and Description |
|---|
MacOSCmsgHdr(NativePOSIX posix,
jnr.ffi.Pointer memory) |
MacOSCmsgHdr(NativePOSIX posix,
jnr.ffi.Pointer memory,
int totalLen) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLen() |
int |
getLevel() |
int |
getType() |
(package private) void |
setLen(int len) |
void |
setLevel(int level) |
void |
setType(int type) |
java.lang.String |
toString(java.lang.String indent) |
getData, setDatapublic static final MacOSCmsgHdr.Layout layout
public MacOSCmsgHdr(NativePOSIX posix, jnr.ffi.Pointer memory)
public MacOSCmsgHdr(NativePOSIX posix, jnr.ffi.Pointer memory, int totalLen)
public void setLevel(int level)
public int getLevel()
public void setType(int type)
public int getType()
public int getLen()
void setLen(int len)
setLen in class BaseCmsgHdrpublic java.lang.String toString(java.lang.String indent)