Expand description
WebSocket message export stub — packages mesh/animation data as WebSocket frames.
Structs§
- WsFrame
- A WebSocket frame stub.
- WsMessage
Export - A WebSocket message export session.
Enums§
- WsOpcode
- WebSocket opcode.
Functions§
- frames_
of_ opcode - Count frames of a given opcode.
- new_
ws_ export - Create a new WebSocket message export session.
- opcode_
name - Opcode name string.
- total_
ws_ bytes - Total payload bytes.
- ws_
export_ to_ json - Serialize metadata to JSON-style string.
- ws_
frame_ count - Number of frames.
- ws_
send_ binary - Add a binary frame.
- ws_
send_ ping - Add a ping frame.
- ws_
send_ text - Add a text frame.