Home
last modified time | relevance | path

Searched refs:opCode (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/arkts_plugin/include/
Darkts_plugin.h26 uint8_t opCode; member
/developtools/profiler/device/plugins/arkts_plugin/src/
Darkts_plugin.cpp492 wsFrame.opCode = static_cast<uint8_t>(recvbuf[index] & 0xf); in Decode()
493 if (wsFrame.opCode == 0x1) { // 0x1: 0x1 means a text frame in Decode()