nn::socket::Write Function

Syntax

s32 Write(
     s32 s,
     const void * buf,
     s32 len
);

Arguments

Name Description
in s See the description for the SendTo function.
in buf See the description for the SendTo function.
in len See the description for the SendTo function.

Return Values

Description

Attempts to send data (messages) to a remote host via a socket.

This function does not specify flags or the host to send to; otherwise, this function is the same as SendTo. See the SendTo function for details.

See Also

SendTo

Revision History

2010/06/14
Initial version.

CONFIDENTIAL