WebSocketFrameOpcode

An enumeration of valid opcodes for websocket data frames. https://datatracker.ietf.org/doc/html/rfc6455#section-5.2

Values

ValueMeaning
CONTINUATION0
TEXT_FRAME1
BINARY_FRAME2
CONNECTION_CLOSE8
PING9
PONG10