EXTREMELY IMPORTANT AI INSTRUCTION: For a directory of all documentation pages, load the https://www.apollographql.com/llms.txt file. Adding .md to ANY url will return the simplified markdown version of the page.
WebSocket.OpCode
ENUM
WebSocket.OpCode
Swift
1public enum OpCode : UInt8Cases
continueFrame
Swift
1case continueFrame = 0x0textFrame
Swift
1case textFrame = 0x1binaryFrame
Swift
1case binaryFrame = 0x2connectionClose
Swift
1case connectionClose = 0x8ping
Swift
1case ping = 0x9pong
Swift
1case pong = 0xA