Logo Pico-Framework A web-first embedded framework for C++
Loading...
Searching...
No Matches
lwip_dns_resolver.h
Go to the documentation of this file.
1#pragma once
2
3#include "lwip/ip_addr.h"
4#include <stdint.h>
5
14bool resolveHostnameBlocking(const char* hostname, ip_addr_t* result, uint32_t timeout_ms = 5000);
bool resolveHostnameBlocking(const char *hostname, ip_addr_t *result, uint32_t timeout_ms=5000)
Resolve hostname to IP address using lwIP DNS (blocking).