fastdo
0.6.8
|
WS帧基类 更多...
#include <eiennet_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帧基类
在文件 eiennet_websocket.hpp 第 112 行定义.
|
inline |
在文件 eiennet_websocket.hpp 第 123 行定义.
winux::uint8 eiennet::old_v1::ws::FrameBase::fin |
在文件 eiennet_websocket.hpp 第 118 行定义.
winux::uint8 eiennet::old_v1::ws::FrameBase::mask |
在文件 eiennet_websocket.hpp 第 121 行定义.
winux::uint8 eiennet::old_v1::ws::FrameBase::opcode |
在文件 eiennet_websocket.hpp 第 114 行定义.
winux::uint8 eiennet::old_v1::ws::FrameBase::payloadLen |
在文件 eiennet_websocket.hpp 第 120 行定义.
winux::uint8 eiennet::old_v1::ws::FrameBase::rsv1 |
在文件 eiennet_websocket.hpp 第 117 行定义.
winux::uint8 eiennet::old_v1::ws::FrameBase::rsv2 |
在文件 eiennet_websocket.hpp 第 116 行定义.
winux::uint8 eiennet::old_v1::ws::FrameBase::rsv3 |
在文件 eiennet_websocket.hpp 第 115 行定义.