Class LinuxCmsgHdr
java.lang.Object
jnr.posix.BaseCmsgHdr
jnr.posix.LinuxCmsgHdr
- All Implemented Interfaces:
CmsgHdr
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class BaseCmsgHdr
memory, posix -
Constructor Summary
ConstructorsConstructorDescriptionLinuxCmsgHdr(NativePOSIX posix, jnr.ffi.Pointer memory) LinuxCmsgHdr(NativePOSIX posix, jnr.ffi.Pointer memory, int totalLen) -
Method Summary
Methods inherited from class BaseCmsgHdr
getData, setData
-
Field Details
-
layout
-
-
Constructor Details
-
LinuxCmsgHdr
-
LinuxCmsgHdr
-
-
Method Details
-
setLevel
public void setLevel(int level) -
getLevel
public int getLevel() -
setType
public void setType(int type) -
getType
public int getType() -
getLen
public int getLen() -
setLen
void setLen(int len) - Specified by:
setLenin classBaseCmsgHdr
-
toString
-
toString
-