nn::socket::Send Function
s32 Send(
s32 s,
const void * buf,
s32 len,
s32 flags
);
| 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. |
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.
CONFIDENTIAL