Skip to content
leeway edited this page Nov 19, 2021 · 1 revision

WebSocket.OpCode

public enum OpCode : UInt8 

Inheritance

UInt8

Enumeration Cases

continueFrame

case continueFrame = 0x0

textFrame

case textFrame = 0x1

binaryFrame

case binaryFrame = 0x2

connectionClose

case connectionClose = 0x8

ping

case ping = 0x9

pong

case pong = 0xA
Types
Protocols
Global Variables
Clone this wiki locally