SendWebSocket (Socket function)

From m204wiki
Revision as of 15:51, 13 August 2019 by Tom (talk | contribs) (→‎Syntax terms)
Jump to navigation Jump to search

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