|
esp_iot_framework
v0.2.1
© 2026 AmakeSasha, distributed under a license Apache-2.0
|
Network discovery and mDNS management. More...
Functions | |
| const char * | eif_get_mdns_hostname (void) |
| Get the currently configured mDNS hostname. More... | |
This module provides more advanced and low-level tools for working with mDNS.
| const char* eif_get_mdns_hostname | ( | void | ) |
Returns the device network name used for local mDNS domain routing.
free() this pointer, and do NOT modify its contents via type casting. Doing so will corrupt the core memory or cause an immediate hardfault.const char*: Pointer to the null-terminated hostname string.Example of use: