WsFrameInfo Struct Reference
#include <WebsocketConnection.h>
Collaboration diagram for WsFrameInfo:
Public Attributes | |
| ws_frame_type_t | type = WS_FRAME_TEXT |
| char * | payload = nullptr |
| size_t | payloadLength = 0 |
Member Data Documentation
◆ payload
| char* WsFrameInfo::payload = nullptr |
◆ payloadLength
| size_t WsFrameInfo::payloadLength = 0 |
◆ type
| ws_frame_type_t WsFrameInfo::type = WS_FRAME_TEXT |
The documentation for this struct was generated from the following file:
1.9.1