nn::socket::Recv Function
s32 Recv(
s32 s,
void * buf,
s32 len,
s32 flags
);
| Name | Description | |
|---|---|---|
| in | s | See the description for the RecvFrom function. |
| in | buf | See the description for the RecvFrom function. |
| in | len | See the description for the RecvFrom function. |
| in | flags | See the description for the RecvFrom function. |
Attempts to receive data (messages) from a remote host via a socket.
This function does not specify the host to receive from; otherwise, this function is the same as RecvFrom. See the RecvFrom function for details.
CONFIDENTIAL