REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
message.h File Reference
Include dependency graph for message.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  websockets::WebsocketsMessage
 
class  websockets::WebsocketsMessage::StreamBuilder
 

Namespaces

namespace  websockets
 

Enumerations

enum class  websockets::MessageType {
  websockets::Empty , websockets::Text , websockets::Binary , websockets::Ping ,
  websockets::Pong , websockets::Close
}
 
enum class  websockets::MessageRole { websockets::Complete , websockets::First , websockets::Continuation , websockets::Last }
 

Functions

MessageType websockets::messageTypeFromOpcode (uint8_t opcode)