1.26.2.1
Gameface
cohtml::websocket Namespace Reference

Enumerations

enum  OpCode { Text = 1, Binary = 2 }
 WebSocket opcode restricted to supported values. Details: https://datatracker.ietf.org/doc/html/rfc6455. More...
 

Enumeration Type Documentation

◆ OpCode

WebSocket opcode restricted to supported values. Details: https://datatracker.ietf.org/doc/html/rfc6455.

Enumerator
Text 

Denotes a text message.

Binary 

Denotes a binary message.