mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-07 16:23:38 +03:00
parent
dc9abed8b9
commit
2bb1b5a4d5
@ -60,7 +60,7 @@ Alternatively, it can be declared as ``static`` in both function and global scop
|
|||||||
.. code:: cpp
|
.. code:: cpp
|
||||||
disconnectedEventHandler = nullptr;
|
disconnectedEventHandler = nullptr;
|
||||||
|
|
||||||
Take note that lifetime of the callback handler is up to the app. e.g. if ``onStationModeDisconnected`` is declared in the function scope, it would be discarded immediately after the function exists.
|
Take note that lifetime of the callback handler is up to the app. e.g. if ``onStationModeDisconnected`` is declared in the function scope, it would be discarded immediately after the function exits.
|
||||||
|
|
||||||
The Code
|
The Code
|
||||||
~~~~~~~~
|
~~~~~~~~
|
||||||
|
Loading…
x
Reference in New Issue
Block a user