esp_event_remove_handler_context_t is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferencesInstances

Fields

Field
Declared as
Description
Instance of the event loop from which the handler has to be removed.
The event base identification of the handler that has to be removed.
int32_t
The event identification value of the handler that has to be removed.
The handler context of the handler that has to be removed.
bool
Set to true when the handler unregistration request was made from legacy code.