SendWebSocket (Socket function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
Line 14: Line 14:
<td>number</td></tr>
<td>number</td></tr>
<tr><th>boolean</th>
<tr><th>boolean</th>
<td><var>Boolean</var> value</td></tr>
<td><var>Boolean</var> value that indicates whether to mask the data with a masking key. The default is not to mask the data.</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
{{Template:Socket:SendWebSocket footer}}
{{Template:Socket:SendWebSocket footer}}

Revision as of 15:51, 13 August 2019

Send Web Socket framed message (Socket class)

[Introduced in Model 204 7.8 βeta]


This page is under construction.

Syntax

[%number =] socket:SendWebSocket( string, number, boolean)

Syntax terms

%numbernumber
socket Socket object
string string
number number
boolean Boolean value that indicates whether to mask the data with a masking key. The default is not to mask the data.

Usage notes

Examples

See also