ReceiveAsynchronous (Socket function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
mNo edit summary
Line 3: Line 3:
==Syntax==
==Syntax==
{{Template:Socket:ReceiveAsynchronous syntax}}
{{Template:Socket:ReceiveAsynchronous syntax}}
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
Line 19: Line 20:
==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
{{Template:Socket:ReceiveAsynchronous footer}}
{{Template:Socket:ReceiveAsynchronous footer}}

Revision as of 23:13, 14 November 2011

Receive zero or more bytes on this socket (Socket class)

[Introduced in Sirius Mods 7.9]


Syntax

%bytesReceived = socket:ReceiveAsynchronous( [Target=] string, - [[MaxBytes=] number], - [[Options=] string], - [Wait= boolean])

Syntax terms

%BytesReceivednumber
socket Socket object
Target string
MaxBytes number
Options string
Wait Boolean value

Usage notes

Examples

See also