ESP-IDF
ot::Coap::CoapSecure::Open()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Coap::CoapSecure::Open()
ot::Coap::CoapSecure::Open() method
Syntax
Show:
Summary
Declaration
Definition
from
coap_secure.hpp:385
Error
Open
(
uint16_t
aMaxAttempts
,
AutoStopCallback
aCallback
,
void
*
aContext
)
;
Implemented in
coap_secure.cpp:76
Arguments
Argument
aMaxAttempts
aCallback
aContext
Examples
References
from
examples
Code
Location
Scope
Referrer
Error
CoapSecure
::
Open
(
uint16_t
aMaxAttempts
,
AutoStopCallback
aCallback
,
void
*
aContext
)
coap_secure.cpp:76
Error
Open
(
uint16_t
aMaxAttempts
,
AutoStopCallback
aCallback
,
void
*
aContext
)
;
coap_secure.hpp:385
SuccessOrExit
(
error
=
Open
(
aMaxAttempts
,
aCallback
,
aContext
)
)
;
coap_secure.cpp:58
ot::Coap::CoapSecure
ot::Coap::CoapSecure::Start()
SuccessOrExit
(
error
=
Open
(
/* aMaxAttemps */
0
,
nullptr
,
nullptr
)
)
;
coap_secure.cpp:69
ot::Coap::CoapSecure
ot::Coap::CoapSecure::Start()
Call Tree
from
examples
ot::Coap::CoapSecure::Open()
is called by 1 function:
ot::Coap::CoapSecure::Start()
All items filtered out
ot::Coap::CoapSecure::Open()
All items filtered out
Data Use
from
examples
ot::Coap::CoapSecure::Open()
reads 2 variables:
ot::kErrorNone
ot::kErrorAlready
All items filtered out
ot::Coap::CoapSecure::Open()
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