nn::socket::Read Function

Syntax

s32 Read(
     s32 s,
     void * buf,
     s32 len
);

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.

Return Values

Description

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.

See Also

RecvFrom

Revision History

2010/06/14
Initial version.

CONFIDENTIAL