nn::socket::Read Function
s32 Read(
s32 s,
void * buf,
s32 len
);
| 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. |
Attempts to receive data (messages) from a remote host via a socket.
This function does not specify flags or the host to receive from; otherwise, this function is the same as RecvFrom. See the RecvFrom function for details.
CONFIDENTIAL