ESP-IDF
ot::kErrorNotImplemented
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::kErrorNotImplemented
ot::kErrorNotImplemented variable
Syntax
Show:
Summary
Declaration
from
error.hpp:66
constexpr
Error
kErrorNotImplemented
=
OT_ERROR_NOT_IMPLEMENTED
;
Examples
References
from
examples
Code
Location
Scope
Referrer
constexpr
Error
kErrorNotImplemented
=
OT_ERROR_NOT_IMPLEMENTED
;
error.hpp:66
error
=
kErrorNotImplemented
;
dns_types.cpp:74
ot::Dns::Header
ot::Dns::Header::ResponseCodeToError()
kErrorNotImplemented
;
mac_links.hpp:600
ot::Mac::Links
ot::Mac::Links::EnergyScan()
return
kErrorNotImplemented
;
multipan_platform.cpp:92
otPlatMultipanGetActiveInstance()
return
kErrorNotImplemented
;
multipan_platform.cpp:100
otPlatMultipanSetActiveInstance()
inline
Error
Radio
::
GetTransmitPower
(
int8_t
&
)
{
return
kErrorNotImplemented
;
}
radio.hpp:1014
ot::Radio
ot::Radio::GetTransmitPower()
inline
Error
Radio
::
SetTransmitPower
(
int8_t
)
{
return
kErrorNotImplemented
;
}
radio.hpp:1016
ot::Radio
ot::Radio::SetTransmitPower()
inline
Error
Radio
::
GetCcaEnergyDetectThreshold
(
int8_t
&
)
{
return
kErrorNotImplemented
;
}
radio.hpp:1018
ot::Radio
ot::Radio::GetCcaEnergyDetectThreshold()
inline
Error
Radio
::
SetCcaEnergyDetectThreshold
(
int8_t
)
{
return
kErrorNotImplemented
;
}
radio.hpp:1020
ot::Radio
ot::Radio::SetCcaEnergyDetectThreshold()
inline
Error
Radio
::
EnergyScan
(
uint8_t
,
uint16_t
)
{
return
kErrorNotImplemented
;
}
radio.hpp:1073
ot::Radio
ot::Radio::EnergyScan()
return
kErrorNotImplemented
;
radio_platform.cpp:305
otPlatRadioGetFemLnaGain()
return
kErrorNotImplemented
;
radio_platform.cpp:313
otPlatRadioSetFemLnaGain()
return
kErrorNotImplemented
;
radio_platform.cpp:324
otPlatRadioSetChannelMaxTransmitPower()
return
kErrorNotImplemented
;
radio_platform.cpp:332
otPlatRadioSetRegion()
return
kErrorNotImplemented
;
radio_platform.cpp:340
otPlatRadioGetRegion()
return
kErrorNotImplemented
;
radio_platform.cpp:353
otPlatRadioReceiveAt()
OT_ASSERT
(
error
!=
kErrorNotImplemented
)
;
settings.cpp:253
ot::Settings
ot::Settings::ReadOperationalDataset() const
OT_ASSERT
(
error
!=
kErrorNotImplemented
)
;
settings.cpp:263
ot::Settings
ot::Settings::DeleteOperationalDataset()
error
=
kErrorNotImplemented
;
sub_mac.cpp:714
ot::Mac::SubMac
ot::Mac::SubMac::EnergyScan()
Error
error
=
kErrorNotImplemented
;
udp6.cpp:119
ot::Ip6::Udp::Socket
ot::Ip6::Udp::Socket::JoinNetifMulticastGroup()
Error
error
=
kErrorNotImplemented
;
udp6.cpp:136
ot::Ip6::Udp::Socket
ot::Ip6::Udp::Socket::LeaveNetifMulticastGroup()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::kErrorNotImplemented
is read by 20 functions:
All items filtered out
ot::kErrorNotImplemented
ot::Radio::GetTransmitPower()
ot::Radio::SetTransmitPower()
ot::Radio::GetCcaEnergyDetectThreshold()
ot::Radio::SetCcaEnergyDetectThreshold()
ot::Radio::EnergyScan()
ot::Mac::Links::EnergyScan()
ot::Settings::ReadOperationalDataset() const
ot::Settings::DeleteOperationalDataset()
ot::Mac::SubMac::EnergyScan()
otPlatRadioGetFemLnaGain()
otPlatRadioSetFemLnaGain()
otPlatRadioSetChannelMaxTransmitPower()
otPlatRadioSetRegion()
otPlatRadioGetRegion()
otPlatRadioReceiveAt()
ot::Dns::Header::ResponseCodeToError()
ot::Ip6::Udp::Socket::JoinNetifMulticastGroup()
ot::Ip6::Udp::Socket::LeaveNetifMulticastGroup()
otPlatMultipanGetActiveInstance()
otPlatMultipanSetActiveInstance()
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