Difference between revisions of "ClientObject:receive"

(Created page with 'A Client object == Functions == {{#ask: Category:Functions parent::ClientObject | headers=hide | ?Description }} == See Also == * parent::LUBE * LUBE.client [[Cat…')
 
Line 1: Line 1:
A Client object
+
Connect to a server.
== Functions ==
+
== Function ==
{{#ask: [[Category:Functions]] [[parent::ClientObject]]
+
=== Synopsis ===
| headers=hide
+
<source lang="lua">
| ?Description
+
clientobject:init( sockettype )
}}
+
</source>
 +
=== Arguments ===
 +
{{param|SocketType|string|"tcp", "udp" or user-defined.}}
 +
=== Returns ===
 +
Nothing.
 
== See Also ==
 
== See Also ==
* [[parent::LUBE]]
+
* [[parent::ClientObject]]
* [[LUBE.client]]
+
[[Category:Functions]]
[[Category:Types]]
+
{{#set:Description=Connect to a server.}}
{{#set:Description=A client object.}}
 
 
== Other Languages ==
 
== Other Languages ==
{{i18n|ClientObject}}
+
{{i18n|ClientObject:init}}

Revision as of 00:40, 20 November 2010

Connect to a server.

Function

Synopsis

clientobject:init( sockettype )

Arguments

SocketType string
"tcp", "udp" or user-defined.

Returns

Nothing.

See Also

Other Languages