Home
last modified time | relevance | path

Searched defs:WebSocketFrame (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/toolchain/websocket/
Dwebsocket.h27 struct WebSocketFrame { struct
28 uint8_t fin = 0;
29 uint8_t opcode = 0;
30 uint8_t mask = 0;
31 uint64_t payloadLen = 0;
32 char maskingkey[5] = {0};
33 std::unique_ptr<char []> payload = nullptr;