Changes

323 bytes added ,  23:50, 13 September 2015
Document send()
Line 7: Line 7:  
===0x11 - socket()===
 
===0x11 - socket()===
 
This function is used to create a new socket. Its input is a 12-byte buffer containing 32-bit values for the domain, type, and protocol of the socket, as defined by Unix. No output is produced by IOSU, except for the socket descriptor, which is returned by IOS_Ioctl().
 
This function is used to create a new socket. Its input is a 12-byte buffer containing 32-bit values for the domain, type, and protocol of the socket, as defined by Unix. No output is produced by IOSU, except for the socket descriptor, which is returned by IOS_Ioctl().
 +
 +
==ioctlv() interface==
 +
===0x0E - send()===
 +
This function is used to send data over a socket. It takes four buffers through the ioctlv interface: an 8-byte buffer, containing the socket descriptor and send() flags as 32-bit values, and up to 3 actual data buffers. The data addresses and lengths must be 0x40-byte aligned.
203

edits