ESP-IDF
otSrpClientHostInfo
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
otSrpClientHostInfo
otSrpClientHostInfo struct
Represents an SRP client host info.
Syntax
Show:
Summary
Declaration
from
srp_client.h:72
typedef
struct
otSrpClientHostInfo
{
const
char
*
mName
;
const
otIp6Address
*
mAddresses
;
uint8_t
mNumAddresses
;
bool
mAutoAddress
;
otSrpClientItemState
mState
;
}
otSrpClientHostInfo
;
Fields
Field
Declared as
otSrpClientHostInfo::mName
const
char
*
otSrpClientHostInfo::mAddresses
const
otIp6Address
*
otSrpClientHostInfo::mNumAddresses
uint8_t
otSrpClientHostInfo::mAutoAddress
bool
otSrpClientHostInfo::mState
otSrpClientItemState
Related Functions
Found 4 other functions taking a
otSrpClientHostInfo
argument:
Function
ot::Cli::SrpClient::HandleCallback()
ot::Cli::SrpClient::OutputHostInfo()
ot::Ncp::NcpBase::HandleSrpClientCallback()
ot::Ncp::NcpBase::EncodeSrpClientHostInfo()
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