ESP-IDF
ot::MeshCoP::SecureTransport::ReceiveHandler
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::MeshCoP::SecureTransport::ReceiveHandler
ot::MeshCoP::SecureTransport::ReceiveHandler
Pointer is called when data is received from the session.
Syntax
Show:
Summary
Declaration
from
secure_transport.hpp:125
typedef
void
(
*
ReceiveHandler
)
(
void
*
aContext
,
uint8_t
*
aBuf
,
uint16_t
aLength
)
;
Examples
References
from
examples
Code
Location
Referrer
typedef
void
(
*
ReceiveHandler
)
(
void
*
aContext
,
uint8_t
*
aBuf
,
uint16_t
aLength
)
;
secure_transport.hpp:125
Error
SecureTransport
::
Open
(
ReceiveHandler
aReceiveHandler
,
ConnectedHandler
aConnectedHandler
,
void
*
aContext
)
secure_transport.cpp:142
ot::MeshCoP::SecureTransport::Open()
Error
Open
(
ReceiveHandler
aReceiveHandler
,
ConnectedHandler
aConnectedHandler
,
void
*
aContext
)
;
secure_transport.hpp:154
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