ESP-IDF
ot::Ip6::Udp::Receiver
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Methods
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Ip6::Udp::Receiver
ot::Ip6::Udp::Receiver class
Implements a UDP receiver.
Syntax
Show:
Summary
Declaration
from
udp6.hpp:333
class
Receiver
:
public
otUdpReceiver
,
public
LinkedListEntry
<
Receiver
>
{
friend
class
Udp
;
public
:
Receiver
(
otUdpHandler
aHandler
,
void
*
aContext
)
{
mNext
=
nullptr
;
mHandler
=
aHandler
;
mContext
=
aContext
;
}
private
:
bool
HandleMessage
(
Message
&
aMessage
,
const
MessageInfo
&
aMessageInfo
)
{
return
mHandler
(
mContext
,
&
aMessage
,
&
aMessageInfo
)
;
}
}
;
Methods
HandleMessage()
Related Functions
Found 2 other functions taking a
Receiver
argument:
Function
Description
ot::Ip6::Udp::AddReceiver()
Adds a UDP receiver.
ot::Ip6::Udp::RemoveReceiver()
Removes a UDP receiver.
Examples
References
from
examples
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