|
REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
|
Loading...
Searching...
No Matches
websockets::internals::HeaderWithExtended64 Struct Reference
#include <data_frame.h>
Inheritance diagram for websockets::internals::HeaderWithExtended64:

Collaboration diagram for websockets::internals::HeaderWithExtended64:

Public Attributes | |
| uint64_t | extendedPayload |
Public Attributes inherited from websockets::internals::Header | |
| uint8_t | opcode: 4 |
| uint8_t | flags: 3 |
| uint8_t | fin: 1 |
| uint8_t | payload: 7 |
| uint8_t | mask: 1 |
Detailed Description
Definition at line 86 of file data_frame.h.
Member Data Documentation
◆ extendedPayload
| uint64_t websockets::internals::HeaderWithExtended64::extendedPayload |
Definition at line 87 of file data_frame.h.
The documentation for this struct was generated from the following file:
- lib/communication/src/websockets/data_frame.h
Public Attributes inherited from