ot_trel sample
_mdns_append_ptr_record()
is only used within ot_trel sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ot_trel sample
_mdns_append_ptr_record()
_mdns_append_ptr_record() function
appends PTR record for service to a packet, incrementing the index
Syntax
Show:
Summary
Declaration
from
mdns.c:823
static
uint16_t
_mdns_append_ptr_record
(
uint8_t
*
packet
,
uint16_t
*
index
,
const
char
*
instance
,
const
char
*
service
,
const
char
*
proto
,
bool
flush
,
bool
bye
)
;
Arguments
Argument
Description
packet
MDNS packet
index
offset in the packet
instance
service
the service to add record for
proto
flush
bye
Return value
length of added data: 0 on error or length on success
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