Mini Thread 2.28.x
Menu
Start
Class List
Class Hierarchy
Members
Namespace List
Files
Pages
Links
Github
Platformio
mn::device::basic_net_if Member List
This is the complete list of members for
mn::device::basic_net_if
, including all inherited members.
basic_net_if
()
mn::device::basic_net_if
basic_net_if
(const basic_net_if &other)
mn::device::basic_net_if
inline
create_default
()=0
mn::device::basic_net_if
pure virtual
get_config
()
mn::device::basic_net_if
inline
virtual
get_hostname
()
mn::device::basic_net_if
get_impl_index
()
mn::device::basic_net_if
get_impl_name
(char name[6])
mn::device::basic_net_if
get_ip_infos
(ip_info_t &ip_info)
mn::device::basic_net_if
get_mac
(uint8_t mac[6])
mn::device::basic_net_if
get_netif
()
mn::device::basic_net_if
inline
virtual
ip4_address_t
typedef
mn::device::basic_net_if
ip_info_t
typedef
mn::device::basic_net_if
is_up
()
mn::device::basic_net_if
m_ifConfig
mn::device::basic_net_if
protected
m_pNetIf
mn::device::basic_net_if
protected
operator bool
()
mn::device::basic_net_if
inline
operator esp_netif_t *
()
mn::device::basic_net_if
inline
operator!=
(const basic_net_if &other)
mn::device::basic_net_if
operator!=
(const esp_netif_t *other)
mn::device::basic_net_if
operator=
(const basic_net_if &other)
mn::device::basic_net_if
operator==
(const basic_net_if &other)
mn::device::basic_net_if
operator==
(const esp_netif_t *other)
mn::device::basic_net_if
set_hostname
(const char *hostname)
mn::device::basic_net_if
set_ip_infos
(const ip_info_t &ip_info)
mn::device::basic_net_if
set_mac
(uint8_t mac[6])
mn::device::basic_net_if
start
()
mn::device::basic_net_if
static
stop
()
mn::device::basic_net_if
static