Barracuda Application Server C/C++ Reference
NO
WSSCB Struct Reference

Detailed Description

WebSocket Server Connection Callback Interface: provides an interface between your application and the WebSocket server.

The WebSocket Server connection calls the functions in this interface on "receive" events.

#include <WebSocketServer.h>

Public Member Functions

 WSSCB (WSSCB_Frame frameFp, WSSCB_Close closeFp, WSSCB_Ping pingFp=0)
 Provide your callback event functions. More...