![]() |
Qore WebSocketClient Module Reference
1.9.1
|
Variables | |
const | WebSocketClient::WSC_Break = 2 |
If the client should stop listening (message already processed) | |
const | WebSocketClient::WSC_Continue = 1 |
If the client should continue listening (message already processed) | |
const | WebSocketClient::WSC_Process = 0 |
If the client should process the message normally. | |