Instance Propertyswift-nio 2.77.0NIOWebSocket
rawValue
WebSocketFrame.swift:422var rawValue: UInt8
var rawValue: UInt8
s12NIOWebSocket03WebB5FrameV12ReservedBitsV8rawValues5UInt8Vvp
What are these?9YYWA
import NIOWebSocket
struct ReservedBits
WebSocketFrame reserved bits option set
struct WebSocketFrame
A structured representation of a single WebSocket frame.
@frozen struct UInt8
An 8-bit unsigned integer value type.
init(rawValue: UInt8)
static var all: `Self` { get }
static var rsv1: `Self` { get }
static var rsv2: `Self` { get }
static var rsv3: `Self` { get }