ESP-IDF
otDnssdHostInfo
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
otDnssdHostInfo
otDnssdHostInfo struct
Represents information of a discovered host for a DNS-SD query.
Syntax
Show:
Summary
Declaration
from
dnssd_server.h:125
typedef
struct
otDnssdHostInfo
{
uint8_t
mAddressNum
;
const
otIp6Address
*
mAddresses
;
uint32_t
mTtl
;
}
otDnssdHostInfo
;
Fields
Field
Declared as
otDnssdHostInfo::mAddressNum
uint8_t
otDnssdHostInfo::mAddresses
const
otIp6Address
*
otDnssdHostInfo::mTtl
uint32_t
Related Functions
Found 4 other functions taking a
otDnssdHostInfo
argument:
Function
Description
ot::Dns::ServiceDiscovery::Server::Response::AppendHostAddresses()
ot::Dns::ServiceDiscovery::Server::Response::Answer()
otDnssdQueryHandleDiscoveredHost()
Notifies a discovered host. The external query resolver (e.g. Discovery Proxy) should call this function to notify OpenThread core of the subscribed hosts.
ot::Dns::ServiceDiscovery::Server::HandleDiscoveredHost()
Notifies a discovered host.
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