Difference between revisions of "ClientObject:enableBroadcast"

m (Created page with 'Enable connecting to the broadcast address. == Function == === Synopsis === <source lang="lua"> clientobject:init( sockettype ) </source> === Arguments === {{param|SocketType|str…')
 
m
 
Line 3: Line 3:
 
=== Synopsis ===
 
=== Synopsis ===
 
<source lang="lua">
 
<source lang="lua">
clientobject:init( sockettype )
+
clientobject:enableBroadcast()
 
</source>
 
</source>
=== Arguments ===
 
{{param|SocketType|string|"tcp", "udp" or user-defined.}}
 
 
=== Returns ===
 
=== Returns ===
 
Nothing.
 
Nothing.
 
== See Also ==
 
== See Also ==
 
* [[parent::ClientObject]]
 
* [[parent::ClientObject]]
 +
* [[Parent::ClientObject:disableBroadcast]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Enable connecting to the broadcast address.}}
 
{{#set:Description=Enable connecting to the broadcast address.}}
 
== Other Languages ==
 
== Other Languages ==
{{i18n|ClientObject:init}}
+
{{i18n|ClientObject:enableBroadcast}}

Latest revision as of 16:51, 20 November 2010

Enable connecting to the broadcast address.

Function

Synopsis

clientobject:enableBroadcast()

Returns

Nothing.

See Also

Other Languages