Package apple.struct
Class msghdr
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.struct.msghdr
-
public final class msghdr extends org.moe.natj.c.StructObject
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.moe.natj.general.ptr.VoidPtrmsg_control()[XSI] ancillary data, see belowintmsg_controllen()[XSI] ancillary data buffer lenintmsg_flags()[XSI] flags on received messageiovecmsg_iov()[XSI] scatter/gather arrayintmsg_iovlen()[XSI] # elements in msg_iovorg.moe.natj.general.ptr.VoidPtrmsg_name()[XSI] optional addressintmsg_namelen()[XSI] size of addressvoidsetMsg_control(org.moe.natj.general.ptr.VoidPtr value)[XSI] ancillary data, see belowvoidsetMsg_controllen(int value)[XSI] ancillary data buffer lenvoidsetMsg_flags(int value)[XSI] flags on received messagevoidsetMsg_iov(iovec value)[XSI] scatter/gather arrayvoidsetMsg_iovlen(int value)[XSI] # elements in msg_iovvoidsetMsg_name(org.moe.natj.general.ptr.VoidPtr value)[XSI] optional addressvoidsetMsg_namelen(int value)[XSI] size of address
-
-
-
Method Detail
-
msg_name
public org.moe.natj.general.ptr.VoidPtr msg_name()
[XSI] optional address
-
setMsg_name
public void setMsg_name(org.moe.natj.general.ptr.VoidPtr value)
[XSI] optional address
-
msg_namelen
public int msg_namelen()
[XSI] size of address
-
setMsg_namelen
public void setMsg_namelen(int value)
[XSI] size of address
-
msg_iov
public iovec msg_iov()
[XSI] scatter/gather array
-
setMsg_iov
public void setMsg_iov(iovec value)
[XSI] scatter/gather array
-
msg_iovlen
public int msg_iovlen()
[XSI] # elements in msg_iov
-
setMsg_iovlen
public void setMsg_iovlen(int value)
[XSI] # elements in msg_iov
-
msg_control
public org.moe.natj.general.ptr.VoidPtr msg_control()
[XSI] ancillary data, see below
-
setMsg_control
public void setMsg_control(org.moe.natj.general.ptr.VoidPtr value)
[XSI] ancillary data, see below
-
msg_controllen
public int msg_controllen()
[XSI] ancillary data buffer len
-
setMsg_controllen
public void setMsg_controllen(int value)
[XSI] ancillary data buffer len
-
msg_flags
public int msg_flags()
[XSI] flags on received message
-
setMsg_flags
public void setMsg_flags(int value)
[XSI] flags on received message
-
-