nn::socket::Send Function

Syntax

s32 Send(
     s32 s,
     const void * buf,
     s32 len,
     s32 flags
);

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.
in flags 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 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