MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / WebSocketMsg

Method WebSocketMsg

src/Web/WebSocket.h:119–124  ·  view source on GitHub ↗

Create the websocket message. */

Source from the content-addressed store, hash-verified

117
118 /** Create the websocket message. */
119 WebSocketMsg() :
120 cmd(nullptr),
121 clientId(0U),
122 parameters()
123 {
124 }
125
126 /** Destroy the websocket message. */
127 ~WebSocketMsg()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected