ESP-IDF
ws_transport_opcodes
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ws_transport_opcodes
ws_transport_opcodes enum
Syntax
Show:
Summary
Declaration
from
esp_transport_ws.h:17
enum
ws_transport_opcodes
{
WS_TRANSPORT_OPCODES_CONT
=
0x00
,
WS_TRANSPORT_OPCODES_TEXT
=
0x01
,
WS_TRANSPORT_OPCODES_BINARY
=
0x02
,
WS_TRANSPORT_OPCODES_CLOSE
=
0x08
,
WS_TRANSPORT_OPCODES_PING
=
0x09
,
WS_TRANSPORT_OPCODES_PONG
=
0x0a
,
WS_TRANSPORT_OPCODES_FIN
=
0x80
,
WS_TRANSPORT_OPCODES_NONE
=
0x100
,
}
;
Values
Value
Declared as
Description
ws_transport_opcodes::WS_TRANSPORT_OPCODES_CONT
=
0x00
ws_transport_opcodes::WS_TRANSPORT_OPCODES_TEXT
=
0x01
ws_transport_opcodes::WS_TRANSPORT_OPCODES_BINARY
=
0x02
ws_transport_opcodes::WS_TRANSPORT_OPCODES_CLOSE
=
0x08
ws_transport_opcodes::WS_TRANSPORT_OPCODES_PING
=
0x09
ws_transport_opcodes::WS_TRANSPORT_OPCODES_PONG
=
0x0a
ws_transport_opcodes::WS_TRANSPORT_OPCODES_FIN
=
0x80
ws_transport_opcodes::WS_TRANSPORT_OPCODES_NONE
=
0x100
not a valid opcode to indicate no message previously received from the API esp_transport_ws_get_read_opcode().
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out