Syntax: int socketwritev(int s, struct iovec *iov, int iovcnt);
Header: Sockets - socklib.h
UnixLib - sys/uio.h
Returns: amount of data written
This call sends data from a scatter array. The buffer descriptors are the same as those described for Socket_Recvmsg or recvmsg(), and as with Socket_Write and write() the flags are all treated as being zero.
C definition SWI definition
|
|
|