ESP-IDF
otPlatDnssdAddressResult
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otPlatDnssdAddressResult
otPlatDnssdAddressResult struct
Represents address resolver result.
Syntax
Show:
Summary
Declaration
from
dnssd.h:516
typedef
struct
otPlatDnssdAddressResult
{
const
char
*
mHostName
;
const
otPlatDnssdAddressAndTtl
*
mAddresses
;
uint16_t
mAddressesLength
;
uint32_t
mInfraIfIndex
;
}
otPlatDnssdAddressResult
;
Fields
Field
Declared as
otPlatDnssdAddressResult::mHostName
const
char
*
otPlatDnssdAddressResult::mAddresses
const
otPlatDnssdAddressAndTtl
*
otPlatDnssdAddressResult::mAddressesLength
uint16_t
otPlatDnssdAddressResult::mInfraIfIndex
uint32_t
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
otPlatDnssdAddressResult
dnssd.h:516
}
otPlatDnssdAddressResult
;
dnssd.h:522
typedef
otPlatDnssdAddressResult
otMdnsAddressResult
;
mdns.h:551
}
otPlatDnssdAddressResult
;
dnssd.h:522
otPlatDnssdAddressResult
typedef
void
(
*
otPlatDnssdAddressCallback
)
(
otInstance
*
aInstance
,
const
otPlatDnssdAddressResult
*
aResult
)
;
dnssd.h:530
typedef
otPlatDnssdAddressResult
otMdnsAddressResult
;
mdns.h:551
otMdnsAddressResult
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