class LinuxCmsgHdr extends BaseCmsgHdr
Modifier and Type | Class and Description |
---|---|
static class |
LinuxCmsgHdr.Layout |
Modifier and Type | Field and Description |
---|---|
static LinuxCmsgHdr.Layout |
layout |
memory, posix
Constructor and Description |
---|
LinuxCmsgHdr(NativePOSIX posix,
jnr.ffi.Pointer memory) |
LinuxCmsgHdr(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, setData
public static final LinuxCmsgHdr.Layout layout
public LinuxCmsgHdr(NativePOSIX posix, jnr.ffi.Pointer memory)
public LinuxCmsgHdr(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 BaseCmsgHdr
public java.lang.String toString(java.lang.String indent)