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