<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.spheredev.org/index.php?action=history&amp;feed=atom&amp;title=Legacy%3AFunctions%2FNetworking%2FSocket</id>
		<title>Legacy:Functions/Networking/Socket - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.spheredev.org/index.php?action=history&amp;feed=atom&amp;title=Legacy%3AFunctions%2FNetworking%2FSocket"/>
		<link rel="alternate" type="text/html" href="http://wiki.spheredev.org/index.php?title=Legacy:Functions/Networking/Socket&amp;action=history"/>
		<updated>2026-04-27T18:33:19Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.29.0</generator>

	<entry>
		<id>http://wiki.spheredev.org/index.php?title=Legacy:Functions/Networking/Socket&amp;diff=592&amp;oldid=prev</id>
		<title>Apollolux: created</title>
		<link rel="alternate" type="text/html" href="http://wiki.spheredev.org/index.php?title=Legacy:Functions/Networking/Socket&amp;diff=592&amp;oldid=prev"/>
				<updated>2013-06-01T23:15:48Z</updated>
		
		<summary type="html">&lt;p&gt;created&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=== Socket object ===&lt;br /&gt;
* Sphere [[API:Socket|Socket]] object: Has the ability to send/receive data over a network.&lt;br /&gt;
* [[API:Socket/close|Socket.close]](): Close the socket.&lt;br /&gt;
* [[API:Socket/getPendingReadSize|Socket.getPendingReadSize]](): Get size of next incoming data block in bytes.&lt;br /&gt;
* [[API:Socket/isConnected|Socket.isConnected]](): Find if the socket is connected or not.&lt;br /&gt;
* [[API:Socket/read|Socket.read]](''size''): Read ''size'' number of bytes into a [[API:ByteArray|ByteArray]] from socket.&lt;br /&gt;
* [[API:Socket/write|Socket.write]](''data''): Send a [[API:ByteArray|ByteArray]] into the socket.&lt;/div&gt;</summary>
		<author><name>Apollolux</name></author>	</entry>

	</feed>