cdc_acm_vcp sample
::handle_event()
is only used within cdc_acm_vcp sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
cdc_acm_vcp sample
::handle_event()
::handle_event() function
Device event callback Apart from handling device disconnection it doesn't do anything useful
Syntax
Show:
Summary
Declaration
from
cdc_acm_vcp_example_main.cpp:60
static
void
handle_event
(
const
cdc_acm_host_dev_event_data_t
*
event
,
void
*
user_ctx
)
;
Arguments
Argument
Description
event
Device event type and data
user_ctx
Argument we passed to the device open function
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