fastdo
0.6.16
|
#include <ws_websocket.hpp>
Public 成员函数 | |
FrameExtended64Masked () | |
template<typename _Ty > | |
_Ty * | data () |
Public 成员函数 继承自 ws::FrameBase | |
FrameBase () | |
Public 属性 | |
winux::uint64 | extendedPayloadLen |
winux::uint8 | maskingKey [4] |
Public 属性 继承自 ws::FrameBase | |
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_websocket.hpp 第 221 行定义.
|
inline |
在文件 ws_websocket.hpp 第 226 行定义.
|
inline |
在文件 ws_websocket.hpp 第 232 行定义.
winux::uint64 ws::FrameExtended64Masked::extendedPayloadLen |
在文件 ws_websocket.hpp 第 223 行定义.
winux::uint8 ws::FrameExtended64Masked::maskingKey[4] |
在文件 ws_websocket.hpp 第 224 行定义.