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
14
bool
resolveHostnameBlocking
(
const
char
* hostname, ip_addr_t* result, uint32_t timeout_ms = 5000);
resolveHostnameBlocking
bool resolveHostnameBlocking(const char *hostname, ip_addr_t *result, uint32_t timeout_ms=5000)
Resolve hostname to IP address using lwIP DNS (blocking).
Definition
lwip_dns_resolver.cpp:29
network
lwip_dns_resolver.h
Generated by
1.9.8