| Modifier and Type | Field and Description |
|---|---|
protected jnr.ffi.Pointer |
memory |
protected NativePOSIX |
posix |
| Modifier | Constructor and Description |
|---|---|
protected |
BaseMsgHdr(NativePOSIX posix,
jnr.ffi.StructLayout layout) |
| Modifier and Type | Method and Description |
|---|---|
CmsgHdr |
allocateControl(int dataLength) |
CmsgHdr[] |
allocateControls(int[] dataLengths) |
CmsgHdr[] |
getControls() |
java.nio.ByteBuffer[] |
getIov() |
java.lang.String |
getName() |
void |
setIov(java.nio.ByteBuffer[] buffers) |
void |
setName(java.lang.String name) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetControlLen, getFlags, setFlagsprotected final NativePOSIX posix
protected final jnr.ffi.Pointer memory
protected BaseMsgHdr(NativePOSIX posix, jnr.ffi.StructLayout layout)
public CmsgHdr allocateControl(int dataLength)
allocateControl in interface MsgHdrpublic CmsgHdr[] allocateControls(int[] dataLengths)
allocateControls in interface MsgHdrpublic CmsgHdr[] getControls()
getControls in interface MsgHdrCopyright © 2018. All Rights Reserved.