SendWebSocket (Socket function): Difference between revisions
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
%number | number |
---|---|
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. |