fastdo  0.6.16
http::old_v1::ws::FrameBase结构体 参考

WS帧基类 更多...

#include <http_old.hpp>

类 http::old_v1::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帧基类

在文件 http_old.hpp209 行定义.

构造及析构函数说明

http::old_v1::ws::FrameBase::FrameBase ( )
inline

在文件 http_old.hpp220 行定义.

类成员变量说明

winux::uint8 http::old_v1::ws::FrameBase::opcode

在文件 http_old.hpp211 行定义.

winux::uint8 http::old_v1::ws::FrameBase::rsv3

在文件 http_old.hpp212 行定义.

winux::uint8 http::old_v1::ws::FrameBase::rsv2

在文件 http_old.hpp213 行定义.

winux::uint8 http::old_v1::ws::FrameBase::rsv1

在文件 http_old.hpp214 行定义.

winux::uint8 http::old_v1::ws::FrameBase::fin

在文件 http_old.hpp215 行定义.

winux::uint8 http::old_v1::ws::FrameBase::payloadLen

在文件 http_old.hpp217 行定义.

winux::uint8 http::old_v1::ws::FrameBase::mask

在文件 http_old.hpp218 行定义.


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