REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
|
Loading...
Searching...
No Matches
websockets::WebsocketsMessage::StreamBuilder Class Reference
#include <message.h>
Public Member Functions | |
StreamBuilder (bool dummyMode=false) | |
void | first (const internals::WebsocketsFrame &frame) |
void | append (const internals::WebsocketsFrame &frame) |
void | end (const internals::WebsocketsFrame &frame) |
void | badFragment () |
bool | isErrored () |
bool | isOk () |
bool | isComplete () |
bool | isEmpty () |
MessageType | type () |
WebsocketsMessage | build () |
Detailed Description
Constructor & Destructor Documentation
◆ StreamBuilder()
|
inline |
Member Function Documentation
◆ append()
|
inline |
Definition at line 113 of file message.h.
References badFragment(), isComplete(), websockets::internals::WebsocketsFrame::isContinuesFragment(), isEmpty(), isErrored(), and websockets::internals::WebsocketsFrame::payload.
◆ badFragment()
|
inline |
◆ build()
|
inline |
Definition at line 171 of file message.h.
References websockets::Complete, and websockets::WebsocketsMessage::WebsocketsMessage().
◆ end()
|
inline |
Definition at line 129 of file message.h.
References badFragment(), isComplete(), isEmpty(), websockets::internals::WebsocketsFrame::isEndOfFragmentsStream(), isErrored(), and websockets::internals::WebsocketsFrame::payload.
◆ first()
|
inline |
◆ isComplete()
|
inline |
◆ isEmpty()
|
inline |
◆ isErrored()
|
inline |
◆ isOk()
|
inline |
◆ type()
|
inline |
The documentation for this class was generated from the following file:
- lib/communication/src/websockets/message.h