Syntax: int recvmsg(int s, struct msghdr *msg, int flags);
Header: NetLib - sys/socket.h
Sockets - socklib.h
UnixLib - sys/socket.h
Returns: amount of data received
This call behaves in the same way as Socket_Recvfrom, except that the message descriptor is used to indicate where the address should be placed and to give a list of buffers to return the data in.
C definition SWI definition
|
|
|