Method WebSocketHandler():onBinary() Professional

Handles binary messages sent from the client

Syntax
:onBinary( <cBinary> ) --> self
Parameters
<cBinary>
The character string <cBinary> is the binary message sent from the client.
Return

This method returns the object executing the method.

Description

The method :onBinary() is called when a binary message is send from the client. The abstract baseclass WebSocketHandler() declares this method as DEFERRED. When subclassing from the class WebSocketHandler()the method :onBinary() must be implemented.

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.