fastdo
0.6.16
|
WS帧基类 更多...
#include <ws_websocket.hpp>
Public 成员函数 | |
FrameBase () | |
Public 属性 | |
winux::uint8 | opcode:4 |
winux::uint8 | rsv3:1 |
winux::uint8 | rsv2:1 |
winux::uint8 | rsv1:1 |
winux::uint8 | fin:1 |
winux::uint8 | payloadLen:7 |
winux::uint8 | mask:1 |
WS帧基类
在文件 ws_websocket.hpp 第 116 行定义.
|
inline |
在文件 ws_websocket.hpp 第 127 行定义.
winux::uint8 ws::FrameBase::opcode |
在文件 ws_websocket.hpp 第 118 行定义.
winux::uint8 ws::FrameBase::rsv3 |
在文件 ws_websocket.hpp 第 119 行定义.
winux::uint8 ws::FrameBase::rsv2 |
在文件 ws_websocket.hpp 第 120 行定义.
winux::uint8 ws::FrameBase::rsv1 |
在文件 ws_websocket.hpp 第 121 行定义.
winux::uint8 ws::FrameBase::fin |
在文件 ws_websocket.hpp 第 122 行定义.
winux::uint8 ws::FrameBase::payloadLen |
在文件 ws_websocket.hpp 第 124 行定义.
winux::uint8 ws::FrameBase::mask |
在文件 ws_websocket.hpp 第 125 行定义.