ESP-IDF
otActiveScanResult
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otActiveScanResult
otActiveScanResult struct
Represents a received IEEE 802.15.4 Beacon.
Syntax
Show:
Summary
Declaration
from
link.h:319
typedef
struct
otActiveScanResult
{
otExtAddress
mExtAddress
;
otNetworkName
mNetworkName
;
otExtendedPanId
mExtendedPanId
;
otSteeringData
mSteeringData
;
uint16_t
mPanId
;
uint16_t
mJoinerUdpPort
;
uint8_t
mChannel
;
int8_t
mRssi
;
uint8_t
mLqi
;
unsigned
int
mVersion
:
4
;
bool
mIsNative
:
1
;
bool
mDiscover
:
1
;
bool
mIsJoinable
:
1
;
}
otActiveScanResult
;
Fields
Field
Declared as
otActiveScanResult::mExtAddress
otExtAddress
otActiveScanResult::mNetworkName
otNetworkName
otActiveScanResult::mExtendedPanId
otExtendedPanId
otActiveScanResult::mSteeringData
otSteeringData
otActiveScanResult::mPanId
uint16_t
otActiveScanResult::mJoinerUdpPort
uint16_t
otActiveScanResult::mChannel
uint8_t
otActiveScanResult::mRssi
int8_t
otActiveScanResult::mLqi
uint8_t
otActiveScanResult::mVersion
unsigned
int
:
4
otActiveScanResult::mIsNative
bool
:
1
otActiveScanResult::mDiscover
bool
:
1
otActiveScanResult::mIsJoinable
bool
:
1
Related Functions
Found 5 other functions taking a
otActiveScanResult
argument:
Function
ot::PanIdQueryServer::HandleScanResult()
ot::Cli::Interpreter::HandleActiveScanResult()
ot::Mac::Mac::ConvertBeaconToActiveScanResult()
ot::Ncp::NcpBase::HandleActiveScanResult_Jump()
ot::Ncp::NcpBase::HandleActiveScanResult()
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