MeterLogger
|
Go to the source code of this file.
Functions | |
void ICACHE_FLASH_ATTR | espconn_mdns_enable (void) |
void ICACHE_FLASH_ATTR | espconn_mdns_disable (void) |
void ICACHE_FLASH_ATTR | espconn_mdns_set_hostname (char *name) |
char *ICACHE_FLASH_ATTR | espconn_mdns_get_hostname (void) |
void ICACHE_FLASH_ATTR | espconn_mdns_set_servername (const char *name) |
char *ICACHE_FLASH_ATTR | espconn_mdns_get_servername (void) |
void ICACHE_FLASH_ATTR | espconn_mdns_server_register (void) |
void ICACHE_FLASH_ATTR | espconn_mdns_server_unregister (void) |
void ICACHE_FLASH_ATTR | espconn_mdns_close (void) |
void ICACHE_FLASH_ATTR | espconn_mdns_init (struct mdns_info *info) |
void ICACHE_FLASH_ATTR espconn_mdns_close | ( | void | ) |
Definition at line 119 of file espconn_mdns.c.
References ICACHE_FLASH_ATTR.
void ICACHE_FLASH_ATTR espconn_mdns_disable | ( | void | ) |
Definition at line 37 of file espconn_mdns.c.
References ICACHE_FLASH_ATTR.
void ICACHE_FLASH_ATTR espconn_mdns_enable | ( | void | ) |
Definition at line 25 of file espconn_mdns.c.
References ICACHE_FLASH_ATTR.
char* ICACHE_FLASH_ATTR espconn_mdns_get_hostname | ( | void | ) |
Definition at line 63 of file espconn_mdns.c.
References ICACHE_FLASH_ATTR.
char* ICACHE_FLASH_ATTR espconn_mdns_get_servername | ( | void | ) |
Definition at line 85 of file espconn_mdns.c.
References ICACHE_FLASH_ATTR.
void ICACHE_FLASH_ATTR espconn_mdns_init | ( | struct mdns_info * | info | ) |
Definition at line 131 of file espconn_mdns.c.
void ICACHE_FLASH_ATTR espconn_mdns_server_register | ( | void | ) |
Definition at line 96 of file espconn_mdns.c.
References ICACHE_FLASH_ATTR.
void ICACHE_FLASH_ATTR espconn_mdns_server_unregister | ( | void | ) |
Definition at line 107 of file espconn_mdns.c.
References ICACHE_FLASH_ATTR.
void ICACHE_FLASH_ATTR espconn_mdns_set_hostname | ( | char * | name | ) |
Definition at line 50 of file espconn_mdns.c.
References ICACHE_FLASH_ATTR.
void ICACHE_FLASH_ATTR espconn_mdns_set_servername | ( | const char * | name | ) |
Definition at line 74 of file espconn_mdns.c.
References ICACHE_FLASH_ATTR.