ESP-IDF
ot::Srp::Client::AutoStartCallback
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Srp::Client::AutoStartCallback
ot::Srp::Client::AutoStartCallback
Pointer type defines the callback used by SRP client to notify user when it is auto-started or stopped.
Syntax
Show:
Summary
Declaration
from
srp_client.hpp:343
typedef
otSrpClientAutoStartCallback
AutoStartCallback
;
Examples
References
from
examples
Code
Location
Referrer
typedef
otSrpClientAutoStartCallback
AutoStartCallback
;
srp_client.hpp:343
void
Client
::
EnableAutoStartMode
(
AutoStartCallback
aCallback
,
void
*
aContext
)
srp_client.cpp:2222
ot::Srp::Client::EnableAutoStartMode()
void
EnableAutoStartMode
(
AutoStartCallback
aCallback
,
void
*
aContext
)
;
srp_client.hpp:380
void
SetCallback
(
AutoStartCallback
aCallback
,
void
*
aContext
)
{
mCallback
.
Set
(
aCallback
,
aContext
)
;
}
srp_client.hpp:965
ot::Srp::Client::AutoStart::SetCallback()
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