Method WebSocketClient():onText() Professional
Handles text messages sent from the server
Syntax
:onText( <cText> ) --> self
Parameters
<cText>
The character string <cText> is the textual message sent from the server.
Return
This method returns the object executing the method.
Description
The method :onText() is called when a text message is send from the server. The baseclass WebSocketClient implements a default behaviour of this method which is just to return.
Feedback
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.