Sends data to the last IP address or URL "talked" to.
buffer is the data that is to be sent.
Sends data to an IP address or URL.
ip is the IP address or URL that the data will be sent to. A URL must look like www.google.com and not http://www.google.com or www.google.com/index.html.
buffer is the data that will be sent.
Receives data from the last IP address or URL "talked" to.
buffer is the variable where the data will be stored to.
Receives data from an IP address or URL.
ip is the IP address or URL that the data will be received from. A URL must look like www.google.com and not http://www.google.com or www.google.com/index.html.
buffer is the variable where the data will be stored to.
Disconnects the UDP or TCP socket. Wi-fi will still be active.
Returns the last IP address that was communicated with.
Returns the local IP address of the DS.