REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
web::LucidacWebsocketsClient Struct Reference

This structure collects all relevant context about a running Websocket connection. More...

#include <server.h>

Collaboration diagram for web::LucidacWebsocketsClient:

Public Member Functions

 LucidacWebsocketsClient (const net::EthernetClient &other)
 

Public Attributes

utils::duration last_contact
 Tracking lifetime with millis() to time-out a connection.
 
net::auth::AuthentificationContext user_context
 
net::EthernetClient socket
 
websockets::WebsocketsClient ws
 

Detailed Description

This structure collects all relevant context about a running Websocket connection.

Definition at line 24 of file server.h.

Constructor & Destructor Documentation

◆ LucidacWebsocketsClient()

FLASHMEM web::LucidacWebsocketsClient::LucidacWebsocketsClient ( const net::EthernetClient & other)

Member Data Documentation

◆ last_contact

utils::duration web::LucidacWebsocketsClient::last_contact

Tracking lifetime with millis() to time-out a connection.

Definition at line 25 of file server.h.

◆ socket

net::EthernetClient web::LucidacWebsocketsClient::socket

Definition at line 27 of file server.h.

Referenced by LucidacWebsocketsClient().

◆ user_context

net::auth::AuthentificationContext web::LucidacWebsocketsClient::user_context

Definition at line 26 of file server.h.

Referenced by LucidacWebsocketsClient().

◆ ws

websockets::WebsocketsClient web::LucidacWebsocketsClient::ws

Definition at line 28 of file server.h.


The documentation for this struct was generated from the following files: