fastdo  0.6.16
ws::FrameBase结构体 参考

WS帧基类 更多...

#include <ws_websocket.hpp>

类 ws::FrameBase 继承关系图:

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 行定义.

构造及析构函数说明

ws::FrameBase::FrameBase ( )
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 行定义.


该结构体的文档由以下文件生成: