REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
endpoint.h File Reference
#include "websockets/common.h"
#include "websockets/data_frame.h"
#include "websockets/message.h"
#include "websockets/tcp.h"
#include <memory>
Include dependency graph for endpoint.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  websockets::internals::WebsocketsEndpoint
 

Namespaces

namespace  websockets
 
namespace  websockets::internals
 

Macros

#define __TINY_WS_INTERNAL_DEFAULT_MASK   "\00\00\00\00"
 

Enumerations

enum  websockets::FragmentsPolicy { websockets::FragmentsPolicy_Aggregate , websockets::FragmentsPolicy_Notify }
 
enum  websockets::CloseReason {
  websockets::CloseReason_None = -1 , websockets::CloseReason_NormalClosure = 1000 , websockets::CloseReason_GoingAway = 1001 , websockets::CloseReason_ProtocolError = 1002 ,
  websockets::CloseReason_UnsupportedData = 1003 , websockets::CloseReason_NoStatusRcvd = 1005 , websockets::CloseReason_AbnormalClosure = 1006 , websockets::CloseReason_InvalidPayloadData = 1007 ,
  websockets::CloseReason_PolicyViolation = 1008 , websockets::CloseReason_MessageTooBig = 1009 , websockets::CloseReason_InternalServerError = 1011
}
 

Functions

FLASHMEM CloseReason websockets::GetCloseReason (uint16_t reasonCode)
 

Macro Definition Documentation

◆ __TINY_WS_INTERNAL_DEFAULT_MASK

#define __TINY_WS_INTERNAL_DEFAULT_MASK   "\00\00\00\00"

Definition at line 12 of file endpoint.h.

Referenced by websockets::internals::WebsocketsEndpoint::send().