ESP-IDF
otUdpHandler
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otUdpHandler
otUdpHandler
This callback allows OpenThread to provide specific handlers for certain UDP messages.
Syntax
Show:
Summary
Declaration
from
udp.h:60
typedef
bool
(
*
otUdpHandler
)
(
void
*
aContext
,
const
otMessage
*
aMessage
,
const
otMessageInfo
*
aMessageInfo
)
;
Examples
References
from
examples
Code
Location
Referrer
typedef
bool
(
*
otUdpHandler
)
(
void
*
aContext
,
const
otMessage
*
aMessage
,
const
otMessageInfo
*
aMessageInfo
)
;
udp.h:60
otUdpHandler
mHandler
;
///< A function pointer to the receiver callback.
udp.h:68
Receiver
(
otUdpHandler
aHandler
,
void
*
aContext
)
udp6.hpp:344
ot::Ip6::Udp::Receiver::Receiver()
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