Enumerations | |
enum | OpCode { Text = 1, Binary = 2 } |
WebSocket opcode restricted to supported values. Details: https://datatracker.ietf.org/doc/html/rfc6455. More... | |
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. |