ESP-IDF
ot::PanIdQueryServer
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Methods
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::PanIdQueryServer
ot::PanIdQueryServer class
Implements handling PANID Query Requests.
Syntax
Show:
Summary
Declaration
from
panid_query_server.hpp:52
class
PanIdQueryServer
:
public
InstanceLocator
,
private
NonCopyable
{
friend
class
Tmf
::
Agent
;
public
:
explicit
PanIdQueryServer
(
Instance
&
aInstance
)
;
private
:
static
constexpr
uint32_t
kScanDelay
=
1000
;
template
<
Uri
kUri
>
void
HandleTmf
(
Coap
::
Message
&
aMessage
,
const
Ip6
::
MessageInfo
&
aMessageInfo
)
;
static
void
HandleScanResult
(
Mac
::
ActiveScanResult
*
aScanResult
,
void
*
aContext
)
;
void
HandleScanResult
(
Mac
::
ActiveScanResult
*
aScanResult
)
;
void
HandleTimer
(
void
)
;
static
void
HandleUdpReceive
(
void
*
aContext
,
otMessage
*
aMessage
,
const
otMessageInfo
*
aMessageInfo
)
;
void
SendConflict
(
void
)
;
using
DelayTimer
=
TimerMilliIn
<
PanIdQueryServer
,
&
PanIdQueryServer
::
HandleTimer
>
;
Ip6
::
Address
mCommissioner
;
uint32_t
mChannelMask
;
uint16_t
mPanId
;
DelayTimer
mTimer
;
}
;
Fields
Field
Declared as
ot::PanIdQueryServer::kScanDelay
ot::PanIdQueryServer::mCommissioner
Ip6
::
Address
ot::PanIdQueryServer::mChannelMask
uint32_t
ot::PanIdQueryServer::mPanId
uint16_t
ot::PanIdQueryServer::mTimer
DelayTimer
Methods
HandleTmf()
HandleScanResult()
HandleScanResult()
HandleTimer()
HandleUdpReceive()
SendConflict()
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