nn::socket::Recv Function

Syntax

s32 Recv(
     s32 s,
     void * buf,
     s32 len,
     s32 flags
);

Arguments

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.

Return Values

Description

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.

See Also

RecvFrom

Revision History

2010/06/14
Initial version.

CONFIDENTIAL