mb_tcp_slave sample
mdns_action_t
is only used within mb_tcp_slave sample.
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
mb_tcp_slave sample
mdns_action_t
mdns_action_t struct
Syntax
Show:
Summary
Declaration
from
mdns_private.h:423
typedef
struct
{
mdns_action_type_t
type
;
union
{
struct
{
char
*
hostname
;
}
hostname_set
;
char
*
instance
;
struct
{
mdns_if_t
interface
;
mdns_event_actions_t
event_action
;
}
sys_event
;
struct
{
mdns_search_once_t
*
search
;
}
search_add
;
struct
{
mdns_tx_packet_t
*
packet
;
}
tx_handle
;
struct
{
mdns_rx_packet_t
*
packet
;
}
rx_handle
;
struct
{
const
char
*
hostname
;
mdns_ip_addr_t
*
address_list
;
}
delegate_hostname
;
struct
{
mdns_browse_t
*
browse
;
}
browse_add
;
struct
{
mdns_browse_sync_t
*
browse_sync
;
}
browse_sync
;
}
data
;
}
mdns_action_t
;
Fields
Field
Declared as
mdns_action_t::type
mdns_action_type_t
mdns_action_t::data
union
{
struct
{
char
*
hostname
;
}
hostname_set
;
char
*
instance
;
struct
{
mdns_if_t
interface
;
mdns_event_actions_t
event_action
;
}
sys_event
;
struct
{
mdns_search_once_t
*
search
;
}
search_add
;
struct
{
mdns_tx_packet_t
*
packet
;
}
tx_handle
;
struct
{
mdns_rx_packet_t
*
packet
;
}
rx_handle
;
struct
{
const
char
*
hostname
;
mdns_ip_addr_t
*
address_list
;
}
delegate_hostname
;
struct
{
mdns_browse_t
*
browse
;
}
browse_add
;
struct
{
mdns_browse_sync_t
*
browse_sync
;
}
browse_sync
;
}
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