ESP-IDF
ot::Srp::Client::ClientCallback
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::ClientCallback
ot::Srp::Client::ClientCallback
Pointer type defines the callback used by SRP client to notify user of a changes/events/errors. Please see `otSrpClientCallback` for more details.
Syntax
Show:
Summary
Declaration
from
srp_client.hpp:102
typedef
otSrpClientCallback
ClientCallback
;
Examples
References
from
examples
Code
Location
Referrer
typedef
otSrpClientCallback
ClientCallback
;
srp_client.hpp:102
void
SetCallback
(
ClientCallback
aCallback
,
void
*
aContext
)
{
mCallback
.
Set
(
aCallback
,
aContext
)
;
}
srp_client.hpp:433
ot::Srp::Client::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