ESP-IDF
ws_get_bin_opcode()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ws_get_bin_opcode()
ws_get_bin_opcode() function
Syntax
Show:
Summary
Declaration
from
transport_ws.c:89
static
inline
uint8_t
ws_get_bin_opcode
(
ws_transport_opcodes_t
opcode
)
;
Arguments
Argument
opcode
Examples
References
from
examples
Code
Location
Referrer
static
inline
uint8_t
ws_get_bin_opcode
(
ws_transport_opcodes_t
opcode
)
transport_ws.c:89
uint8_t
op_code
=
ws_get_bin_opcode
(
opcode
)
;
transport_ws.c:425
esp_transport_ws_send_raw()
Call Tree
from
examples
ws_get_bin_opcode()
is called by 1 function:
esp_transport_ws_send_raw()
All items filtered out
ws_get_bin_opcode()
All items filtered out
Data Use
from
examples
ws_get_bin_opcode()
:
All items filtered out
ws_get_bin_opcode()
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