WebSocketOpcode

Defined in header “ark/comms/websocket_opcodes.hh”.


For websocket frames, indicates the type of message being transmitted/received.

Values

  • TEXT = 1

  • BINARY = 2

  • CLOSE = 8

  • PING = 9

  • PONG = 10