MDNS instance configuration.
Public Attributes#
Protocol to use for mDNS from sl_mdns_protocol_t.
sl_ip_version_t
IP version to use for mDNS from sl_ip_version_t.
char
Host Name to use for the mDNS Instance. The host name Should contain dot(.) at the end (for example, "wiseconnect.local."). The string length should not exceed 32 including NULL terminator.
Public Attribute Documentation#
protocol#
sl_mdns_protocol_t sl_mdns_configuration_t::protocol
Protocol to use for mDNS from sl_mdns_protocol_t.
Definition at line
76
of file components/service/mdns/inc/sl_mdns.h
type#
sl_ip_version_t sl_mdns_configuration_t::type
IP version to use for mDNS from sl_ip_version_t.
Definition at line
78
of file components/service/mdns/inc/sl_mdns.h
host_name#
char sl_mdns_configuration_t::host_name[32]
Host Name to use for the mDNS Instance. The host name Should contain dot(.) at the end (for example, "wiseconnect.local."). The string length should not exceed 32 including NULL terminator.
Definition at line
79
of file components/service/mdns/inc/sl_mdns.h